E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

PaymentScheduleRecurAmount Property

The amount to be charged on a recurring basis.

Syntax

ANSI (Cross Platform)
char* GetPaymentScheduleRecurAmount();
int SetPaymentScheduleRecurAmount(const char* lpszPaymentScheduleRecurAmount); Unicode (Windows) LPWSTR GetPaymentScheduleRecurAmount();
INT SetPaymentScheduleRecurAmount(LPCWSTR lpszPaymentScheduleRecurAmount);
@property (nonatomic,readwrite,assign,getter=paymentScheduleRecurAmount,setter=setPaymentScheduleRecurAmount:) NSString* paymentScheduleRecurAmount;
- (NSString*)paymentScheduleRecurAmount;
- (void)setPaymentScheduleRecurAmount:(NSString*)newPaymentScheduleRecurAmount;
#define PID_RECURRINGBILLING_PAYMENTSCHEDULERECURAMOUNT 40

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 amount to be charged on a recurring basis. This amount can vary from PaymentScheduleInitialAmount.

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]