E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

PaymentScheduleTotalPayments Property

The total number of payments.

Syntax

ANSI (Cross Platform)
int GetPaymentScheduleTotalPayments();
int SetPaymentScheduleTotalPayments(int iPaymentScheduleTotalPayments); Unicode (Windows) INT GetPaymentScheduleTotalPayments();
INT SetPaymentScheduleTotalPayments(INT iPaymentScheduleTotalPayments);
@property (nonatomic,readwrite,assign,getter=paymentScheduleTotalPayments,setter=setPaymentScheduleTotalPayments:) int paymentScheduleTotalPayments;
- (int)paymentScheduleTotalPayments;
- (void)setPaymentScheduleTotalPayments:(int)newPaymentScheduleTotalPayments;
#define PID_RECURRINGBILLING_PAYMENTSCHEDULETOTALPAYMENTS 42

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

0

Remarks

The total number of payments. Valid values differ between gateways. See RecurringBilling Gateway Setup and Required Properties for details.

This property is not available at design time.

Data Type

Integer

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 C++ Edition - Version 20.0 [Build 7941]