Tax information about the buyer.

Export

BuyerTaxInfo

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

Properties

CompanyLegalName?: string

The legal name of the company.

Memberof

BuyerTaxInfo

TaxClassifications?: TaxClassification[]

A list of tax classifications that apply to the order.

Memberof

BuyerTaxInfo

TaxingRegion?: string

The country or region imposing the tax.

Memberof

BuyerTaxInfo