PaymentCurrencyAmount
Overview
The PaymentCurrencyAmount dictionary describes an amount of money in terms of both a number of units and the currency (US dollars, Euro, yen, etc.), and is part of the Payment Request API.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
currency
property currency: String read write;
String currency { get; set; }
var currency: String { get{} set{} }
String currency { __get; __set; }
Property currency() As String
value
property value: String read write;
String value { get; set; }
var value: String { get{} set{} }
String value { __get; __set; }
Property value() As String