PaymentAddress

Overview

The PaymentAddress interface of the Payment Request API is used to store shipping or payment address information.

Location

Properties


addressLine

 

property addressLine: String read;

 

String addressLine { get; }

 

var addressLine: String { get{} }

 

String addressLine { __get; }

 

ReadOnly Property addressLine() As String

city

 

property city: String read;

 

String city { get; }

 

var city: String { get{} }

 

String city { __get; }

 

ReadOnly Property city() As String

country

 

property country: String read;

 

String country { get; }

 

var country: String { get{} }

 

String country { __get; }

 

ReadOnly Property country() As String

dependentLocality

 

property dependentLocality: String read;

 

String dependentLocality { get; }

 

var dependentLocality: String { get{} }

 

String dependentLocality { __get; }

 

ReadOnly Property dependentLocality() As String

organization

 

property organization: String read;

 

String organization { get; }

 

var organization: String { get{} }

 

String organization { __get; }

 

ReadOnly Property organization() As String

phone

 

property phone: String read;

 

String phone { get; }

 

var phone: String { get{} }

 

String phone { __get; }

 

ReadOnly Property phone() As String

postalCode

 

property postalCode: String read;

 

String postalCode { get; }

 

var postalCode: String { get{} }

 

String postalCode { __get; }

 

ReadOnly Property postalCode() As String

recipient

 

property recipient: String read;

 

String recipient { get; }

 

var recipient: String { get{} }

 

String recipient { __get; }

 

ReadOnly Property recipient() As String

region

 

property region: String read;

 

String region { get; }

 

var region: String { get{} }

 

String region { __get; }

 

ReadOnly Property region() As String

regionCode

 

property regionCode: String read;

 

String regionCode { get; }

 

var regionCode: String { get{} }

 

String regionCode { __get; }

 

ReadOnly Property regionCode() As String

sortingCode

 

property sortingCode: String read;

 

String sortingCode { get; }

 

var sortingCode: String { get{} }

 

String sortingCode { __get; }

 

ReadOnly Property sortingCode() As String