AddressErrors
Overview
The AddressErrors dictionary is used by the Payment Request API to to report validation errors in a physical address (typically a billing address or a shipping address).
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
addressLine
property addressLine: String read write;
String addressLine { get; set; }
var addressLine: String { get{} set{} }
String addressLine { __get; __set; }
Property addressLine() As String
city
property city: String read write;
String city { get; set; }
var city: String { get{} set{} }
String city { __get; __set; }
Property city() As String
country
property country: String read write;
String country { get; set; }
var country: String { get{} set{} }
String country { __get; __set; }
Property country() As String
dependentLocality
property dependentLocality: String read write;
String dependentLocality { get; set; }
var dependentLocality: String { get{} set{} }
String dependentLocality { __get; __set; }
Property dependentLocality() As String
organization
property organization: String read write;
String organization { get; set; }
var organization: String { get{} set{} }
String organization { __get; __set; }
Property organization() As String
phone
property phone: String read write;
String phone { get; set; }
var phone: String { get{} set{} }
String phone { __get; __set; }
Property phone() As String
postalCode
property postalCode: String read write;
String postalCode { get; set; }
var postalCode: String { get{} set{} }
String postalCode { __get; __set; }
Property postalCode() As String
recipient
property recipient: String read write;
String recipient { get; set; }
var recipient: String { get{} set{} }
String recipient { __get; __set; }
Property recipient() As String
region
property region: String read write;
String region { get; set; }
var region: String { get{} set{} }
String region { __get; __set; }
Property region() As String
regionCode
property regionCode: String read write;
String regionCode { get; set; }
var regionCode: String { get{} set{} }
String regionCode { __get; __set; }
Property regionCode() As String
sortingCode
property sortingCode: String read write;
String sortingCode { get; set; }
var sortingCode: String { get{} set{} }
String sortingCode { __get; __set; }
Property sortingCode() As String