E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

ResponseSubscriptionId Property

Contains the Subscription or Profile Identifier for the recurring payment.

Syntax

ANSI (Cross Platform)
char* GetResponseSubscriptionId();

Unicode (Windows)
LPWSTR GetResponseSubscriptionId();
@property (nonatomic,readonly,assign,getter=responseSubscriptionId) NSString* responseSubscriptionId;
- (NSString*)responseSubscriptionId;
#define PID_RECURRINGBILLING_RESPONSESUBSCRIPTIONID 61

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

Default Value

""

Remarks

Contains the Subscription or Profile Identifier for the recurring payment. This property contains a subscription identifier or profile number used to reference a recurring payment. This property is used when performing subsequent actions on a recurring payment.

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