Information about the Seller's business. These fields may be omitted if the Seller is registered as an individual.

Business

interface SellersApiModelBusiness {
    companyRegistrationNumber?: string;
    companyTaxIdentificationNumber?: string;
    name: string;
    nonLatinName?: string;
    registeredBusinessAddress: SellersApiModelAddress;
}

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: SellersApiModelAddress

Business

MMNEPVFCICPMFPCPTTAAATR