Money

constructor(amount: Long, currencyCode: CurrencyCode)

Parameters

amount

in the smallest unit of the given currencyCode (e.g. 100 = $1.00).

currencyCode

Currency code; only CurrencyCode.USD is currently supported by Mobile Payments SDK.