The PaymentCurrencyAmount dictionary describes an amount of money terms of both a number of units and the currency (US dollars, yen, etc.), and is part of the Payment Request API.
The PaymentCurrencyAmount dictionary describes an amount of money terms of both a number of units and the currency (US dollars, yen, etc.), and is part of the Payment Request API.
(currency this)
Property.
The web.payments.PaymentCurrencyAmount
property currency is
string which specifies the currency in which the value
is specified.
currency = paymentCurrencyAmount.currency;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PaymentCurrencyAmount/currency
Property. The `web.payments.PaymentCurrencyAmount` property currency is string which specifies the currency in which the `value` is specified. `currency = paymentCurrencyAmount.currency;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PaymentCurrencyAmount/currency`
(currency-system this)
Property.
The obsolete web.payments.PaymentCurrencyAmount
property currencySystem
a string which specifies the standard being used to specify the
the value
is specified in.
currencySystem = paymentCurrencyAmount.currencySystem;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PaymentCurrencyAmount/currencySystem
Property. The obsolete `web.payments.PaymentCurrencyAmount` property currencySystem a string which specifies the standard being used to specify the the `value` is specified in. `currencySystem = paymentCurrencyAmount.currencySystem;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PaymentCurrencyAmount/currencySystem`
(set-currency! this val)
Property.
The web.payments.PaymentCurrencyAmount
property currency is
string which specifies the currency in which the value
is specified.
currency = paymentCurrencyAmount.currency;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PaymentCurrencyAmount/currency
Property. The `web.payments.PaymentCurrencyAmount` property currency is string which specifies the currency in which the `value` is specified. `currency = paymentCurrencyAmount.currency;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PaymentCurrencyAmount/currency`
(set-currency-system! this val)
Property.
The obsolete web.payments.PaymentCurrencyAmount
property currencySystem
a string which specifies the standard being used to specify the
the value
is specified in.
currencySystem = paymentCurrencyAmount.currencySystem;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PaymentCurrencyAmount/currencySystem
Property. The obsolete `web.payments.PaymentCurrencyAmount` property currencySystem a string which specifies the standard being used to specify the the `value` is specified in. `currencySystem = paymentCurrencyAmount.currencySystem;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PaymentCurrencyAmount/currencySystem`
(set-value! this val)
Property.
The web.payments.PaymentCurrencyAmount
property value is a
containing the decimal numeric value of the payment, specified
the currency units indicated by the currency
property.
value = paymentCurrencyAmount.value;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PaymentCurrencyAmount/value
Property. The `web.payments.PaymentCurrencyAmount` property value is a containing the decimal numeric value of the payment, specified the currency units indicated by the `currency` property. `value = paymentCurrencyAmount.value;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PaymentCurrencyAmount/value`
(value this)
Property.
The web.payments.PaymentCurrencyAmount
property value is a
containing the decimal numeric value of the payment, specified
the currency units indicated by the currency
property.
value = paymentCurrencyAmount.value;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PaymentCurrencyAmount/value
Property. The `web.payments.PaymentCurrencyAmount` property value is a containing the decimal numeric value of the payment, specified the currency units indicated by the `currency` property. `value = paymentCurrencyAmount.value;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PaymentCurrencyAmount/value`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close