Liking cljdoc? Tell your friends :D

web.payments.PaymentDetailsUpdate

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

errorcljs

(error this)

Property.

The web.payments.PaymentDetailsUpdate dictionary's error property a human-readable web.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 `web.payments.PaymentDetailsUpdate` dictionary's error property
a human-readable `web.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`
sourceraw docstring

set-error!cljs

(set-error! this val)

Property.

The web.payments.PaymentDetailsUpdate dictionary's error property a human-readable web.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 `web.payments.PaymentDetailsUpdate` dictionary's error property
a human-readable `web.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`
sourceraw docstring

set-shipping-address-errors!cljs

(set-shipping-address-errors! this val)

Property.

The web.payments.PaymentDetailsUpdate dictionary's shippingAddressErrors if present, contains an web.payments.AddressErrors object whose provide error messages for one or more of the values in the web.payments.PaymentAddress as PaymentRequest.shippingAddress.

var addressErrors = PaymentDetailsUpdate.shippingAddressErrors;

See also: https://developer.mozilla.org/en-US/docs/Web/API/PaymentDetailsUpdate/shippingAddressErrors

Property.

The `web.payments.PaymentDetailsUpdate` dictionary's shippingAddressErrors
if present, contains an `web.payments.AddressErrors` object whose
provide error messages for one or more of the values in the `web.payments.PaymentAddress`
as `PaymentRequest.shippingAddress`.

`var addressErrors = PaymentDetailsUpdate.shippingAddressErrors;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PaymentDetailsUpdate/shippingAddressErrors`
sourceraw docstring

shipping-address-errorscljs

(shipping-address-errors this)

Property.

The web.payments.PaymentDetailsUpdate dictionary's shippingAddressErrors if present, contains an web.payments.AddressErrors object whose provide error messages for one or more of the values in the web.payments.PaymentAddress as PaymentRequest.shippingAddress.

var addressErrors = PaymentDetailsUpdate.shippingAddressErrors;

See also: https://developer.mozilla.org/en-US/docs/Web/API/PaymentDetailsUpdate/shippingAddressErrors

Property.

The `web.payments.PaymentDetailsUpdate` dictionary's shippingAddressErrors
if present, contains an `web.payments.AddressErrors` object whose
provide error messages for one or more of the values in the `web.payments.PaymentAddress`
as `PaymentRequest.shippingAddress`.

`var addressErrors = PaymentDetailsUpdate.shippingAddressErrors;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PaymentDetailsUpdate/shippingAddressErrors`
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close