E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

SubscriptionDetailsEndDate Property

The date in which the recurring payments will stop processing.

Syntax

ANSI (Cross Platform)
char* GetSubscriptionDetailsEndDate();

Unicode (Windows)
LPWSTR GetSubscriptionDetailsEndDate();
@property (nonatomic,readonly,assign,getter=subscriptionDetailsEndDate) NSString* subscriptionDetailsEndDate;
- (NSString*)subscriptionDetailsEndDate;
#define PID_RECURRINGBILLING_SUBSCRIPTIONDETAILSENDDATE 88

INPAY_EXTERNAL void* INPAY_CALL InPay_RecurringBilling_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

The date in which the recurring payments will stop processing.

The date is returned in the format specified within the DateFormat config.

This property is read-only and not available at design time.

Data Type

String

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 C++ Edition - Version 20.0 [Build 7941]