Liking cljdoc? Tell your friends :D

web.payments.PaymentItem

The web.payments.PaymentItem dictionary is used by the Payment API to describe a single line item on a payment request.

The `web.payments.PaymentItem` dictionary is used by the Payment
API to describe a single line item on a payment request.
raw docstring

amountcljs

(amount this)

Property.

A PaymentCurrencyAmount object describing the monetary value the item.

Property.

A PaymentCurrencyAmount object describing the monetary value
the item.
sourceraw docstring

labelcljs

(label this)

Property.

A string specifying a human-readable name or description of the or service being charged for. This may be displayed to the user the user agent, depending on the design of the interface.

Property.

A string specifying a human-readable name or description of the
or service being charged for. This may be displayed to the user
the user agent, depending on the design of the interface.
sourceraw docstring

pendingcljs

(pending this)

Property.

A Boolean value which is true if the specified amount has not been finalized. This can be used to show items such as shipping tax amounts that depend upon the selection of shipping address, option, or so forth. The user agent may show this information is not required to do so.

Property.

A Boolean value which is true if the specified amount has not
been finalized. This can be used to show items such as shipping
tax amounts that depend upon the selection of shipping address,
option, or so forth. The user agent may show this information
is not required to do so.
sourceraw docstring

set-amount!cljs

(set-amount! this val)

Property.

A PaymentCurrencyAmount object describing the monetary value the item.

Property.

A PaymentCurrencyAmount object describing the monetary value
the item.
sourceraw docstring

set-label!cljs

(set-label! this val)

Property.

A string specifying a human-readable name or description of the or service being charged for. This may be displayed to the user the user agent, depending on the design of the interface.

Property.

A string specifying a human-readable name or description of the
or service being charged for. This may be displayed to the user
the user agent, depending on the design of the interface.
sourceraw docstring

set-pending!cljs

(set-pending! this val)

Property.

A Boolean value which is true if the specified amount has not been finalized. This can be used to show items such as shipping tax amounts that depend upon the selection of shipping address, option, or so forth. The user agent may show this information is not required to do so.

Property.

A Boolean value which is true if the specified amount has not
been finalized. This can be used to show items such as shipping
tax amounts that depend upon the selection of shipping address,
option, or so forth. The user agent may show this information
is not required to do so.
sourceraw docstring

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

× close