UNPKG

ebay-api

Version:

eBay API for Node and Browser

11 lines (10 loc) 309 B
import type { StandardOutputFields } from './common.js'; export interface GetTaxTableResponse extends StandardOutputFields { TaxTable: { TaxJurisdiction?: { JurisdictionID?: string; SalesTaxPercent?: number; ShippingIncludedInTax?: boolean; }; }; }