BasicCardRequest
Overview
The BasicCardRequest dictionary is a JavaScript object-structure that can be used in the Payment Request API. The properties of BasicCardRequest are defined in the Basic Card Payment spec).
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
supportedNetworks
property supportedNetworks: String read write;
String supportedNetworks { get; set; }
var supportedNetworks: String { get{} set{} }
String supportedNetworks { __get; __set; }
Property supportedNetworks() As String