PayeeCountry Property

Payee's country.

Syntax

ANSI (Cross Platform)
char* GetPayeeCountry();
int SetPayeeCountry(const char* lpszPayeeCountry); Unicode (Windows) LPWSTR GetPayeeCountry();
INT SetPayeeCountry(LPCWSTR lpszPayeeCountry);
@property (nonatomic,readwrite,assign,getter=payeeCountry,setter=setPayeeCountry:) NSString* payeeCountry;
- (NSString*)payeeCountry;
- (void)setPayeeCountry:(NSString*)newPayeeCountry;
#define PID_BILLPAYMENT_PAYEECOUNTRY 25

IPWORKSOFX_EXTERNAL void* IPWORKSOFX_CALL IPWorksOFX_BillPayment_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSOFX_EXTERNAL int IPWORKSOFX_CALL IPWorksOFX_BillPayment_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

"USA"

Remarks

Payee's country. This is a 3 letter country code as representation of a country name (ISO/DIS-3166 3-letter country code standard).

This is optional and applicable only when the PayeeId is not provided in the request. In this case, the payee detailed information is used to identify the payee in a payment request, or when adding or modifying a payee.

Data Type

String

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