ProductTax class

Constructors

ProductTax({String? country, String? locationId, String? postalCode, double? rate, String? region, bool? taxShip})
ProductTax.fromJson(Map json_)

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 setterinherited
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 setterinherited
taxShip bool?
Should be set to true if tax is charged on shipping.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited