CurrencyCode Property
Identifies the type of currency used by the merchant.
Syntax
char* GetCurrencyCode();
int SetCurrencyCode(const char* lpszCurrencyCode);
LPWSTR GetCurrencyCode();
INT SetCurrencyCode(LPCWSTR lpszCurrencyCode);
@property (nonatomic,readwrite,assign,getter=currencyCode,setter=setCurrencyCode:) NSString* currencyCode; - (NSString*)currencyCode; - (void)setCurrencyCode:(NSString*)newCurrencyCode;
public var currencyCode: String { get {...}
set {...} }
Default Value
"840"
Remarks
This field contains a three digit number assigned by the signing member or processor to identify the merchant's authorization currency. This property should contain the ISO-4217 numeric code. For example, the ISO code for US Dollars is "840".
Data Type
String