interface Contact {
    emailAddress?: string;
    name?: string;
    phoneNumber?: string;
    postalAddress?: CdvPurchase.ApplePay.PostalAddress;
    supplementarySubLocality?: string;
}

Properties

emailAddress?: string

Contact's email address.

name?: string

Contact's name.

phoneNumber?: string

Contact's telephone number.

The contact’s full street address including name, street, city, state or province, postal code, and country or region

supplementarySubLocality?: string

Contact’s sublocality, or undefined if the sublocality is not needed for the transaction.

Deprecated