Tax information about the marketplace.

MarketplaceTaxInfo

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

Properties

CompanyLegalName?: string

The legal name of the company.

MarketplaceTaxInfo

TaxClassifications?: TaxClassification[]

The list of tax classifications.

MarketplaceTaxInfo

TaxingRegion?: string

The country or region imposing the tax.

MarketplaceTaxInfo