Liking cljdoc? Tell your friends :D

payment.PaymentCurrencyAmount

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.
raw docstring

currencycljs

(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`
sourceraw docstring

currency-systemcljs

(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`
sourceraw docstring

set-currency!cljs

(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`
sourceraw docstring

set-currency-system!cljs

(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`
sourceraw docstring

set-value!cljs

(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`
sourceraw docstring

valuecljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close