Liking cljdoc? Tell your friends :D

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

set-supported-networks!cljs

(set-supported-networks! this val)

Property.

The supportedNetworks property of the web.payments.BasicCardRequest contains an array of web.dom.DOMStrings representing the card that the retailer supports (e.g. amex, mastercard).

supportedNetworks : [value [, ... value]]

See also: https://developer.mozilla.org/en-US/docs/Web/API/BasicCardRequest/supportedNetworks

Property.

The supportedNetworks property of the `web.payments.BasicCardRequest`
contains an array of `web.dom.DOMString`s representing the card
that the retailer supports (e.g. amex, mastercard).

`supportedNetworks : [value [, ... value]]`

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

set-supported-types!cljs

(set-supported-types! this val)

Property.

The obsolete supportedTypes property of the web.payments.BasicCardRequest can optionally be provided to specify an array of web.dom.DOMStrings the card types that the retailer supports (e.g. credit, debit,

basicCardRequest.supportedTypes = [cardType1...cardTypeN];

See also: https://developer.mozilla.org/en-US/docs/Web/API/BasicCardRequest/supportedTypes

Property.

The obsolete supportedTypes property of the `web.payments.BasicCardRequest`
can optionally be provided to specify an array of `web.dom.DOMString`s
the card types that the retailer supports (e.g. credit, debit,

`basicCardRequest.supportedTypes = [cardType1...cardTypeN];`

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

supported-networkscljs

(supported-networks this)

Property.

The supportedNetworks property of the web.payments.BasicCardRequest contains an array of web.dom.DOMStrings representing the card that the retailer supports (e.g. amex, mastercard).

supportedNetworks : [value [, ... value]]

See also: https://developer.mozilla.org/en-US/docs/Web/API/BasicCardRequest/supportedNetworks

Property.

The supportedNetworks property of the `web.payments.BasicCardRequest`
contains an array of `web.dom.DOMString`s representing the card
that the retailer supports (e.g. amex, mastercard).

`supportedNetworks : [value [, ... value]]`

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

supported-typescljs

(supported-types this)

Property.

The obsolete supportedTypes property of the web.payments.BasicCardRequest can optionally be provided to specify an array of web.dom.DOMStrings the card types that the retailer supports (e.g. credit, debit,

basicCardRequest.supportedTypes = [cardType1...cardTypeN];

See also: https://developer.mozilla.org/en-US/docs/Web/API/BasicCardRequest/supportedTypes

Property.

The obsolete supportedTypes property of the `web.payments.BasicCardRequest`
can optionally be provided to specify an array of `web.dom.DOMString`s
the card types that the retailer supports (e.g. credit, debit,

`basicCardRequest.supportedTypes = [cardType1...cardTypeN];`

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

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

× close