E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

PaymentScheduleInitialAmount Property

The initial amount to be charged (such as a trial period or setup fee).

Syntax

ANSI (Cross Platform)
char* GetPaymentScheduleInitialAmount();
int SetPaymentScheduleInitialAmount(const char* lpszPaymentScheduleInitialAmount); Unicode (Windows) LPWSTR GetPaymentScheduleInitialAmount();
INT SetPaymentScheduleInitialAmount(LPCWSTR lpszPaymentScheduleInitialAmount);
@property (nonatomic,readwrite,assign,getter=paymentScheduleInitialAmount,setter=setPaymentScheduleInitialAmount:) NSString* paymentScheduleInitialAmount;
- (NSString*)paymentScheduleInitialAmount;
- (void)setPaymentScheduleInitialAmount:(NSString*)newPaymentScheduleInitialAmount;
#define PID_RECURRINGBILLING_PAYMENTSCHEDULEINITIALAMOUNT 39

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 initial amount to be charged (such as a trial period or setup fee). This amount can vary from PaymentScheduleRecurAmount.

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]