Information about the seller's primary contact.

PrimaryContact

interface PrimaryContact {
    address: Address;
    name: string;
    nonLatinName?: string;
}

Properties

address: Address

PrimaryContact

name: string

The full name of the seller's primary contact.

PrimaryContact

nonLatinName?: string

The non-Latin script version of the primary contact's name, if applicable.

PrimaryContact