ProductShipping class
Constructors
ProductShipping ({String ? country , String ? locationGroupName , String ? locationId , String ? maxHandlingTime , String ? maxTransitTime , String ? minHandlingTime , String ? minTransitTime , String ? postalCode , Price ? price , String ? region , String ? service })
ProductShipping.fromJson (Map json_ )
Properties
country
↔ String ?
The CLDR territory code of the country to which an item will ship.
getter/setter pair
hashCode
→ int
The hash code for this object.
no setter inherited
locationGroupName
↔ String ?
The location where the shipping is applicable, represented by a location
group name.
getter/setter pair
locationId
↔ String ?
The numeric ID of a location that the shipping rate applies to as defined
in the Google Ads API.
getter/setter pair
maxHandlingTime
↔ String ?
Maximum handling time (inclusive) between when the order is received and
shipped in business days.
getter/setter pair
maxTransitTime
↔ String ?
Maximum transit time (inclusive) between when the order has shipped and
when it's delivered in business days.
getter/setter pair
minHandlingTime
↔ String ?
Minimum handling time (inclusive) between when the order is received and
shipped in business days.
getter/setter pair
minTransitTime
↔ String ?
Minimum transit time (inclusive) between when the order has shipped and
when it's delivered in business days.
getter/setter pair
postalCode
↔ String ?
The postal code range that the shipping rate applies to, represented by a
postal code, a postal code prefix followed by a * wildcard, a range
between two postal codes or two postal code prefixes of equal length.
getter/setter pair
price
↔ Price ?
Fixed shipping price, represented as a number.
getter/setter pair
region
↔ String ?
The geographic region to which a shipping rate applies.
getter/setter pair
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
service
↔ String ?
A free-form description of the service class or delivery speed.
getter/setter pair