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).
(set-supported-networks! this val)
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
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`
(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.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
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`
(supported-networks this)
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
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`
(supported-types this)
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
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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close