Liking cljdoc? Tell your friends :D

web.payments.AddressErrors

The AddressErrors dictionary is used by the Payment Request API to report validation errors in a physical address (typically billing address or a shipping address).

The AddressErrors dictionary is used by the Payment Request API
to report validation errors in a physical address (typically
billing address or a shipping address).
raw docstring

web.payments.BasicCardRequest

The BasicCardRequest dictionary is a JavaScript object-structure can be used in the Payment Request API. The properties of BasicCardRequest defined in the Basic Card Payment spec).

The BasicCardRequest dictionary is a JavaScript object-structure
can be used in the Payment Request API. The properties of BasicCardRequest
defined in the Basic Card Payment spec).
raw docstring

web.payments.BasicCardResponse

The BasicCardResponse dictionary (related to the Payment Request although defined in the Basic Card Payment spec) defines an object for payment response details such as the number/expiry date of card used to make the payment, and the billing address.

The BasicCardResponse dictionary (related to the Payment Request
although defined in the Basic Card Payment spec) defines an object
for payment response details such as the number/expiry date of
card used to make the payment, and the billing address.
raw docstring

web.payments.core

web.payments interfaces.

web.payments interfaces.
raw docstring

No vars found in this namespace.

web.payments.MerchantValidationEvent

The MerchantValidationEvent interface of the the Payment Request enables a merchant to verify themselves as allowed to use a particular handler.

The MerchantValidationEvent interface of the the Payment Request
enables a merchant to verify themselves as allowed to use a particular
handler.
raw docstring

web.payments.PayerErrors

The PayerErrors dictionary is used by the Payment Request API indicate the presence of—and to explain how to correct—validation in the payer details.

The PayerErrors dictionary is used by the Payment Request API
indicate the presence of—and to explain how to correct—validation
in the payer details.
raw docstring

web.payments.PaymentAddress

The PaymentAddress interface of the Payment Request API is used store shipping or payment address information.

The PaymentAddress interface of the Payment Request API is used
store shipping or payment address information.
raw docstring

web.payments.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

web.payments.PaymentDetailsBase

The PaymentDetailsBase dictionary is a mixin used by the PaymentDetailsInit web.payments.PaymentDetailsUpdate dictionaries.

The PaymentDetailsBase dictionary is a mixin used by the `PaymentDetailsInit`
`web.payments.PaymentDetailsUpdate` dictionaries.
raw docstring

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

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

web.payments.PaymentMethodChangeEvent

The PaymentMethodChangeEvent interface of the Payment Request describes the paymentmethodchange event which is fired by some handlers when the user switches payment instruments (e.g., a selects a "store" card to make a purchase while using Apple

The PaymentMethodChangeEvent interface of the Payment Request
describes the paymentmethodchange event which is fired by some
handlers when the user switches payment instruments (e.g., a
selects a \"store\" card to make a purchase while using Apple
raw docstring

web.payments.PaymentRequest

The Payment Request API's PaymentRequest interface the primary point into the API, and lets web content and apps accept payments the end user on behalf of the operator of the site or the publisher the app.

The Payment Request API's PaymentRequest interface the primary
point into the API, and lets web content and apps accept payments
the end user on behalf of the operator of the site or the publisher
the app.
raw docstring

web.payments.PaymentRequestEvent

The PaymentRequestEvent interface of the the Payment Request is the object passed to a payment handler when a web.payments.PaymentRequest made.

The PaymentRequestEvent interface of the the Payment Request
is the object passed to a payment handler when a `web.payments.PaymentRequest`
made.
raw docstring

web.payments.PaymentRequestUpdateEvent

The PaymentRequestUpdateEvent interface is used for events sent a web.payments.PaymentRequest instance when changes are made shipping-related information for a pending web.payments.PaymentRequest. events are:

The PaymentRequestUpdateEvent interface is used for events sent
a `web.payments.PaymentRequest` instance when changes are made
shipping-related information for a pending `web.payments.PaymentRequest`.
events are:
raw docstring

web.payments.PaymentResponse

The PaymentResponse interface of the Payment Request API is returned a user selects a payment method and approves a payment request.

The PaymentResponse interface of the Payment Request API is returned
a user selects a payment method and approves a payment request.
raw docstring

web.payments.PaymentResponse.ev

PaymentResponse Events.

PaymentResponse Events.
raw docstring

web.payments.PaymentValidationErrors

The PaymentValidationErrors dictionary represents objects providing about any and all errors that occurred while processing a payment When validation of the web.payments.PaymentResponse returned the PaymentRequest.show() or PaymentResponse.retry() methods your code creates a PaymentValidationErrors object to pass into so that the user agent knows what needs to be fixed and what any error messages to display to the user.

The PaymentValidationErrors dictionary represents objects providing
about any and all errors that occurred while processing a payment
When validation of the `web.payments.PaymentResponse` returned
the `PaymentRequest.show()` or `PaymentResponse.retry()` methods
your code creates a PaymentValidationErrors object to pass into
so that the user agent knows what needs to be fixed and what
any error messages to display to the user.
raw docstring

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

× close