E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

SubscriptionName Property

The name of the recurring subscription or profile.

Syntax

ANSI (Cross Platform)
char* GetSubscriptionName();
int SetSubscriptionName(const char* lpszSubscriptionName); Unicode (Windows) LPWSTR GetSubscriptionName();
INT SetSubscriptionName(LPCWSTR lpszSubscriptionName);
@property (nonatomic,readwrite,assign,getter=subscriptionName,setter=setSubscriptionName:) NSString* subscriptionName;
- (NSString*)subscriptionName;
- (void)setSubscriptionName:(NSString*)newSubscriptionName;
#define PID_RECURRINGBILLING_SUBSCRIPTIONNAME 100

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

This field contains the name of the recurring subscription or profile. Please see the RecurringBilling Gateway Setup and Required Properties page to determine if this is a required or optional field for the gateway you are using.

Data Type

String

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