ProductTax class
Properties
country
↔ String ?
The country within which the item is taxed, specified as a CLDR territory
code.
getter/setter pair
hashCode
→ int
The hash code for this object.
no setter inherited
locationId
↔ String ?
The numeric ID of a location that the tax rate applies to as defined in
the Google Ads API.
getter/setter pair
postalCode
↔ 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.
getter/setter pair
rate
↔ double ?
The percentage of tax rate that applies to the item price.
getter/setter pair
region
↔ String ?
The geographic region to which the tax rate applies.
getter/setter pair
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
taxShip
↔ bool ?
Should be set to true if tax is charged on shipping.
getter/setter pair