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 payment.PaymentCurrencyAmount
property currency is a string
specifies the currency in which the web.value
is specified.
currency = paymentCurrencyAmount.currency;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PaymentCurrencyAmount/currency
Property. The `payment.PaymentCurrencyAmount` property currency is a string specifies the currency in which the `web.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 payment.PaymentCurrencyAmount
property currencySystem
a string which specifies the standard being used to specify the
the web.value
is specified in.
currencySystem = paymentCurrencyAmount.currencySystem;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PaymentCurrencyAmount/currencySystem
Property. The obsolete `payment.PaymentCurrencyAmount` property currencySystem a string which specifies the standard being used to specify the the `web.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 payment.PaymentCurrencyAmount
property currency is a string
specifies the currency in which the web.value
is specified.
currency = paymentCurrencyAmount.currency;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PaymentCurrencyAmount/currency
Property. The `payment.PaymentCurrencyAmount` property currency is a string specifies the currency in which the `web.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 payment.PaymentCurrencyAmount
property currencySystem
a string which specifies the standard being used to specify the
the web.value
is specified in.
currencySystem = paymentCurrencyAmount.currencySystem;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PaymentCurrencyAmount/currencySystem
Property. The obsolete `payment.PaymentCurrencyAmount` property currencySystem a string which specifies the standard being used to specify the the `web.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 payment.PaymentCurrencyAmount
property value is a string
the decimal numeric value of the payment, specified in the currency
indicated by the web.currency
property.
value = paymentCurrencyAmount.value;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PaymentCurrencyAmount/value
Property. The `payment.PaymentCurrencyAmount` property value is a string the decimal numeric value of the payment, specified in the currency indicated by the `web.currency` property. `value = paymentCurrencyAmount.value;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PaymentCurrencyAmount/value`
(value this)
Property.
The payment.PaymentCurrencyAmount
property value is a string
the decimal numeric value of the payment, specified in the currency
indicated by the web.currency
property.
value = paymentCurrencyAmount.value;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PaymentCurrencyAmount/value
Property. The `payment.PaymentCurrencyAmount` property value is a string the decimal numeric value of the payment, specified in the currency indicated by the `web.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