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.
(amount this)
Property.
A PaymentCurrencyAmount object describing the monetary value the item.
Property. A PaymentCurrencyAmount object describing the monetary value the item.
(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.
(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.
(set-amount! this val)
Property.
A PaymentCurrencyAmount object describing the monetary value the item.
Property. A PaymentCurrencyAmount object describing the monetary value the item.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close