E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

CustomerCountry Property

Customer's country.

Syntax

ANSI (Cross Platform)
char* GetCustomerCountry();
int SetCustomerCountry(const char* lpszCustomerCountry); Unicode (Windows) LPWSTR GetCustomerCountry();
INT SetCustomerCountry(LPCWSTR lpszCustomerCountry);
@property (nonatomic,readwrite,assign,getter=customerCountry,setter=setCustomerCountry:) NSString* customerCountry;
- (NSString*)customerCountry;
- (void)setCustomerCountry:(NSString*)newCustomerCountry;
#define PID_RECURRINGBILLING_CUSTOMERCOUNTRY 14

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

Customer's country. This property contains the country in which the customer is located. Most gateways use a two-letter country code, specified in ISO-3166.

Note: If using this property with the PayFuse gateway, this property should contain the ISO-3166 numeric code instead of the standard two-letter code. For example, the ISO code for the US is "840".

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]