E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

PaymentScheduleStartDate Property

The date on which the recurring payments will start processing.

Syntax

ANSI (Cross Platform)
char* GetPaymentScheduleStartDate();
int SetPaymentScheduleStartDate(const char* lpszPaymentScheduleStartDate); Unicode (Windows) LPWSTR GetPaymentScheduleStartDate();
INT SetPaymentScheduleStartDate(LPCWSTR lpszPaymentScheduleStartDate);
@property (nonatomic,readwrite,assign,getter=paymentScheduleStartDate,setter=setPaymentScheduleStartDate:) NSString* paymentScheduleStartDate;
- (NSString*)paymentScheduleStartDate;
- (void)setPaymentScheduleStartDate:(NSString*)newPaymentScheduleStartDate;
#define PID_RECURRINGBILLING_PAYMENTSCHEDULESTARTDATE 41

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 date on which the recurring payments will start processing.

This property specifies the start date. 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]