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.
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. 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.
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. 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.
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. 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.
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. 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.
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. 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.
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. 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`
(set-billing-address! this val)
Property.
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. 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`
(set-card-number! this val)
Property.
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. 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`
(set-card-security-code! this val)
Property.
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. 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`
(set-cardholder-name! this val)
Property.
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. 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`
(set-expiry-month! this val)
Property.
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. 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`
(set-expiry-year! this val)
Property.
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. 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