E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

PaymentScheduleEndDate Property

The end date of the subscription.

Syntax

ANSI (Cross Platform)
char* GetPaymentScheduleEndDate();
int SetPaymentScheduleEndDate(const char* lpszPaymentScheduleEndDate); Unicode (Windows) LPWSTR GetPaymentScheduleEndDate();
INT SetPaymentScheduleEndDate(LPCWSTR lpszPaymentScheduleEndDate);
@property (nonatomic,readwrite,assign,getter=paymentScheduleEndDate,setter=setPaymentScheduleEndDate:) NSString* paymentScheduleEndDate;
- (NSString*)paymentScheduleEndDate;
- (void)setPaymentScheduleEndDate:(NSString*)newPaymentScheduleEndDate;
#define PID_RECURRINGBILLING_PAYMENTSCHEDULEENDDATE 36

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

Default Value

""

Remarks

The end date of the subscription.

The default format is "MM/dd/yyyy" and is controlled by DateFormat, or GetSubscriptionStatus.

This property is 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]