PurchaseExponent Property
Minor units of currency.
Syntax
char* GetPurchaseExponent();
int SetPurchaseExponent(const char* lpszPurchaseExponent);
LPWSTR GetPurchaseExponent();
INT SetPurchaseExponent(LPCWSTR lpszPurchaseExponent);
@property (nonatomic,readwrite,assign,getter=purchaseExponent,setter=setPurchaseExponent:) NSString* purchaseExponent; - (NSString*)purchaseExponent; - (void)setPurchaseExponent:(NSString*)newPurchaseExponent;
public var purchaseExponent: String { get {...}
set {...} }
Default Value
"2"
Remarks
This field indicates the minor units, or number of decimal places, of the currency specified in the PurchaseCurrency property. For instance, the Japanese Yen has a value of "0", the US Dollar a value of "2", and the Kuwati Dinar a value of "3".
Data Type
String