E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

SubscriptionDetailsCardExpMonth Property

The expiration month of the card currently being processed for the recurring payments.

Syntax

ANSI (Cross Platform)
int GetSubscriptionDetailsCardExpMonth();

Unicode (Windows)
INT GetSubscriptionDetailsCardExpMonth();
@property (nonatomic,readonly,assign,getter=subscriptionDetailsCardExpMonth) int subscriptionDetailsCardExpMonth;
- (int)subscriptionDetailsCardExpMonth;
#define PID_RECURRINGBILLING_SUBSCRIPTIONDETAILSCARDEXPMONTH 85

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

Default Value

0

Remarks

The expiration month of the card currently being processed for the recurring payments.

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