Selling Partner API SDK for JavaScript
    Preparing search index...

    Tax information about the buyer.

    interface BuyerTaxInfo {
        CompanyLegalName?: string;
        TaxClassifications?: TaxClassification[];
        TaxingRegion?: string;
    }
    Index

    Properties

    CompanyLegalName?: string

    The legal name of the company.

    TaxClassifications?: TaxClassification[]

    The list of tax classifications.

    TaxingRegion?: string

    The country or region imposing the tax.