E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

SubscriptionDetailsNextPaymentDate Property

The date of the next upcoming transaction.

Syntax

ANSI (Cross Platform)
char* GetSubscriptionDetailsNextPaymentDate();

Unicode (Windows)
LPWSTR GetSubscriptionDetailsNextPaymentDate();
@property (nonatomic,readonly,assign,getter=subscriptionDetailsNextPaymentDate) NSString* subscriptionDetailsNextPaymentDate;
- (NSString*)subscriptionDetailsNextPaymentDate;
#define PID_RECURRINGBILLING_SUBSCRIPTIONDETAILSNEXTPAYMENTDATE 92

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

Default Value

""

Remarks

The date of the next upcoming transaction.

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]