Information about the seller's business. Certain fields may be omitted depending on the seller's businessType.

Business

interface Business {
    companyRegistrationNumber?: string;
    companyTaxIdentificationNumber?: string;
    name: string;
    nonLatinName?: string;
    registeredBusinessAddress: Address;
}

Properties

companyRegistrationNumber?: string

The seller's company registration number, if applicable. This field will be absent for individual sellers and sole proprietorships.

Business

companyTaxIdentificationNumber?: string

The seller's company tax identification number, if applicable. This field will be present for certain business types only, such as sole proprietorships.

Business

name: string

The registered business name.

Business

nonLatinName?: string

The non-Latin script version of the registered business name, if applicable.

Business

registeredBusinessAddress: Address

Business