The PaymentDetailsUpdate dictionary is used to provide updated to the payment user interface after it has been instantiated.
The PaymentDetailsUpdate dictionary is used to provide updated to the payment user interface after it has been instantiated.
(error this)
Property.
The payment.PaymentDetailsUpdate
dictionary's error property
a human-readable dom.DOMString
which provides an error message
be displayed if the specified information doesn't offer any valid
options.
`errorString = paymentDetailsUpdate.error;
paymentDetailsUpdate.error = errorString;`
See also: https://developer.mozilla.org/en-US/docs/Web/API/PaymentDetailsUpdate/error
Property. The `payment.PaymentDetailsUpdate` dictionary's error property a human-readable `dom.DOMString` which provides an error message be displayed if the specified information doesn't offer any valid options. `errorString = paymentDetailsUpdate.error; paymentDetailsUpdate.error = errorString;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PaymentDetailsUpdate/error`
(set-error! this val)
Property.
The payment.PaymentDetailsUpdate
dictionary's error property
a human-readable dom.DOMString
which provides an error message
be displayed if the specified information doesn't offer any valid
options.
`errorString = paymentDetailsUpdate.error;
paymentDetailsUpdate.error = errorString;`
See also: https://developer.mozilla.org/en-US/docs/Web/API/PaymentDetailsUpdate/error
Property. The `payment.PaymentDetailsUpdate` dictionary's error property a human-readable `dom.DOMString` which provides an error message be displayed if the specified information doesn't offer any valid options. `errorString = paymentDetailsUpdate.error; paymentDetailsUpdate.error = errorString;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PaymentDetailsUpdate/error`
(set-shipping-address-errors! this val)
Property.
The payment.PaymentDetailsUpdate
dictionary's shippingAddressErrors
if present, contains an web.AddressErrors
object whose contents
error messages for one or more of the values in the payment.PaymentAddress
as payment.PaymentRequest.shippingAddress
.
var addressErrors = PaymentDetailsUpdate.shippingAddressErrors;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PaymentDetailsUpdate/shippingAddressErrors
Property. The `payment.PaymentDetailsUpdate` dictionary's shippingAddressErrors if present, contains an `web.AddressErrors` object whose contents error messages for one or more of the values in the `payment.PaymentAddress` as `payment.PaymentRequest.shippingAddress`. `var addressErrors = PaymentDetailsUpdate.shippingAddressErrors;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PaymentDetailsUpdate/shippingAddressErrors`
(shipping-address-errors this)
Property.
The payment.PaymentDetailsUpdate
dictionary's shippingAddressErrors
if present, contains an web.AddressErrors
object whose contents
error messages for one or more of the values in the payment.PaymentAddress
as payment.PaymentRequest.shippingAddress
.
var addressErrors = PaymentDetailsUpdate.shippingAddressErrors;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PaymentDetailsUpdate/shippingAddressErrors
Property. The `payment.PaymentDetailsUpdate` dictionary's shippingAddressErrors if present, contains an `web.AddressErrors` object whose contents error messages for one or more of the values in the `payment.PaymentAddress` as `payment.PaymentRequest.shippingAddress`. `var addressErrors = PaymentDetailsUpdate.shippingAddressErrors;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PaymentDetailsUpdate/shippingAddressErrors`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close