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.
(billing-address this)
Property.
[Read Only] [Experimental]
The billingAddress property of the web.payments.BasicCardResponse
contains the billing address of the card used to make the payment.
\"billingAddress\" : PaymentAddress
See also: https://developer.mozilla.org/en-US/docs/Web/API/BasicCardResponse/billingAddress
Property. [Read Only] [Experimental] The billingAddress property of the `web.payments.BasicCardResponse` contains the billing address of the card used to make the payment. `\"billingAddress\" : PaymentAddress` See also: `https://developer.mozilla.org/en-US/docs/Web/API/BasicCardResponse/billingAddress`
(card-number this)
Property.
[Read Only] [Experimental]
The cardNumber property of the web.payments.BasicCardResponse
contains the number of the card used to make the payment.
\"cardNumber\" : \"number\"
See also: https://developer.mozilla.org/en-US/docs/Web/API/BasicCardResponse/cardNumber
Property. [Read Only] [Experimental] The cardNumber property of the `web.payments.BasicCardResponse` contains the number of the card used to make the payment. `\"cardNumber\" : \"number\"` See also: `https://developer.mozilla.org/en-US/docs/Web/API/BasicCardResponse/cardNumber`
(card-security-code this)
Property.
[Read Only] [Experimental]
The cardSecurityCode property of the web.payments.BasicCardResponse
contains the security code of the card used to make the payment.
\"cardSecurityCode\" : \"number\"
See also: https://developer.mozilla.org/en-US/docs/Web/API/BasicCardResponse/cardSecurityCode
Property. [Read Only] [Experimental] The cardSecurityCode property of the `web.payments.BasicCardResponse` contains the security code of the card used to make the payment. `\"cardSecurityCode\" : \"number\"` See also: `https://developer.mozilla.org/en-US/docs/Web/API/BasicCardResponse/cardSecurityCode`
(cardholder-name this)
Property.
[Read Only]
The cardNumber property of the web.payments.BasicCardResponse
contains the cardholder name of the card used to make the payment.
name = basicCardResponse.cardholderName;
See also: https://developer.mozilla.org/en-US/docs/Web/API/BasicCardResponse/cardholderName
Property. [Read Only] The cardNumber property of the `web.payments.BasicCardResponse` contains the cardholder name of the card used to make the payment. `name = basicCardResponse.cardholderName;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/BasicCardResponse/cardholderName`
(expiry-month this)
Property.
[Read Only] [Experimental]
The expiryMonth property of the web.payments.BasicCardResponse
contains the expiry month of the card used to make the payment.
\"expiryMonth\" : \"number\"
See also: https://developer.mozilla.org/en-US/docs/Web/API/BasicCardResponse/expiryMonth
Property. [Read Only] [Experimental] The expiryMonth property of the `web.payments.BasicCardResponse` contains the expiry month of the card used to make the payment. `\"expiryMonth\" : \"number\"` See also: `https://developer.mozilla.org/en-US/docs/Web/API/BasicCardResponse/expiryMonth`
(expiry-year this)
Property.
[Read Only] [Experimental]
The expiryYear property of the web.payments.BasicCardResponse
contains the expiry year of the card used to make the payment.
\"expiryYear\" : \"number\"
See also: https://developer.mozilla.org/en-US/docs/Web/API/BasicCardResponse/expiryYear
Property. [Read Only] [Experimental] The expiryYear property of the `web.payments.BasicCardResponse` contains the expiry year of the card used to make the payment. `\"expiryYear\" : \"number\"` See also: `https://developer.mozilla.org/en-US/docs/Web/API/BasicCardResponse/expiryYear`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close