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

Properties


supportedNetworks

property supportedNetworks: String read write;
String supportedNetworks { get; set; }
var supportedNetworks: String { get{} set{} }
String supportedNetworks { __get; __set; }
Property supportedNetworks() As String