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.

[Experimental]

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

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

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

Property.

[Experimental]

The supportedNetworks property of the `web.payments.BasicCardRequest`
contains an array of `web.DOMString`s representing the card networks
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.

[Obsolute]

The obsolete supportedTypes property of the web.payments.BasicCardRequest can optionally be provided to specify an array of web.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.

[Obsolute]

The obsolete supportedTypes property of the `web.payments.BasicCardRequest`
can optionally be provided to specify an array of `web.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.

[Experimental]

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

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

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

Property.

[Experimental]

The supportedNetworks property of the `web.payments.BasicCardRequest`
contains an array of `web.DOMString`s representing the card networks
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.

[Obsolute]

The obsolete supportedTypes property of the web.payments.BasicCardRequest can optionally be provided to specify an array of web.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.

[Obsolute]

The obsolete supportedTypes property of the `web.payments.BasicCardRequest`
can optionally be provided to specify an array of `web.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