E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

PayerCountryCode Property

Payer's country code.

Syntax

ANSI (Cross Platform)
char* GetPayerCountryCode();
int SetPayerCountryCode(const char* lpszPayerCountryCode); Unicode (Windows) LPWSTR GetPayerCountryCode();
INT SetPayerCountryCode(LPCWSTR lpszPayerCountryCode);
@property (nonatomic,readwrite,assign,getter=payerCountryCode,setter=setPayerCountryCode:) NSString* payerCountryCode;
- (NSString*)payerCountryCode;
- (void)setPayerCountryCode:(NSString*)newPayerCountryCode;
#define PID_DIRECTPAYMENT_PAYERCOUNTRYCODE 30

INPAY_EXTERNAL void* INPAY_CALL InPay_DirectPayment_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INPAY_EXTERNAL int INPAY_CALL InPay_DirectPayment_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

"US"

Remarks

Payer's country code.

Payer's country of residence in the form of ISO standard 3166 two-character country codes.

This property is required.

Character limit: Two single-byte characters.

Data Type

String

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