/n software 3-D Secure V2 C++ Edition

Questions / Feedback?

CurrencyExponent Property

Minor units of currency.

Syntax

ANSI (Cross Platform)
char* GetCurrencyExponent();
int SetCurrencyExponent(const char* lpszCurrencyExponent); Unicode (Windows) LPWSTR GetCurrencyExponent();
INT SetCurrencyExponent(LPCWSTR lpszCurrencyExponent);
@property (nonatomic,readwrite,assign,getter=currencyExponent,setter=setCurrencyExponent:) NSString* currencyExponent;
- (NSString*)currencyExponent;
- (void)setCurrencyExponent:(NSString*)newCurrencyExponent;
#define PID_MPI_CURRENCYEXPONENT 22

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_MPI_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS3DS_EXTERNAL int IPWORKS3DS_CALL IPWorks3DS_MPI_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

"2"

Remarks

This field indicates the minor units, or number of decimal places, of the currency specified in the CurrencyCode 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

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 C++ Edition - Version 2.2 [Build 8162]