Liking cljdoc? Tell your friends :D

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

billing-addresscljs

(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`
sourceraw docstring

card-numbercljs

(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`
sourceraw docstring

card-security-codecljs

(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`
sourceraw docstring

cardholder-namecljs

(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`
sourceraw docstring

expiry-monthcljs

(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`
sourceraw docstring

expiry-yearcljs

(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`
sourceraw docstring

set-billing-address!cljs

(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`
sourceraw docstring

set-card-number!cljs

(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`
sourceraw docstring

set-card-security-code!cljs

(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`
sourceraw docstring

set-cardholder-name!cljs

(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`
sourceraw docstring

set-expiry-month!cljs

(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`
sourceraw docstring

set-expiry-year!cljs

(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`
sourceraw docstring

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

× close