E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

PayerCountryCode Property

Payer's country code.

Syntax

ANSI (Cross Platform)
char* GetPayerCountryCode();

Unicode (Windows)
LPWSTR GetPayerCountryCode();
@property (nonatomic,readonly,assign,getter=payerCountryCode) NSString* payerCountryCode;
- (NSString*)payerCountryCode;
#define PID_EXPRESSCHECKOUT_PAYERCOUNTRYCODE 27

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

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.

This property is read-only.

Data Type

String

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