Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.03 KB

ProductTax.md

File metadata and controls

14 lines (11 loc) · 1.03 KB

# ProductTax

Properties

Name Type Description Notes
rate float The percentage of tax rate that applies to the item price. [optional]
country string The country within which the item is taxed, specified as a CLDR territory code. [optional]
region string The geographic region to which the tax rate applies. [optional]
tax_ship bool Set to true if tax is charged on shipping. [optional]
location_id int The numeric ID of a location that the tax rate applies to as defined in the AdWords API. [optional]
postal_code string The postal code range that the tax rate applies to, represented by a ZIP code, a ZIP code prefix using * wildcard, a range between two ZIP codes or two ZIP code prefixes of equal length. Examples: 94114, 94*, 94002-95460, 94*-95*. [optional]

[Back to Model list] [Back to API list] [Back to README]