E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

PayerCountryName Property

Payer's country name.

Syntax

ANSI (Cross Platform)
char* GetPayerCountryName();

Unicode (Windows)
LPWSTR GetPayerCountryName();
@property (nonatomic,readonly,assign,getter=payerCountryName) NSString* payerCountryName;
- (NSString*)payerCountryName;
#define PID_DIRECTPAYMENT_PAYERCOUNTRYNAME 31

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

Default Value

"US"

Remarks

Payer's country name.

This property has been deprecated.

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]