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.
read / write
hashCode
→ int
The hash code for this object.
read-only inherited
locationGroupName
↔ String ?
The location where the shipping is applicable, represented by a location
group name.
read / write
locationId
↔ String ?
The numeric ID of a location that the shipping rate applies to as defined
in the Google Ads API.
read / write
maxHandlingTime
↔ String ?
Maximum handling time (inclusive) between when the order is received and
shipped in business days.
read / write
maxTransitTime
↔ String ?
Maximum transit time (inclusive) between when the order has shipped and
when it's delivered in business days.
read / write
minHandlingTime
↔ String ?
Minimum handling time (inclusive) between when the order is received and
shipped in business days.
read / write
minTransitTime
↔ String ?
Minimum transit time (inclusive) between when the order has shipped and
when it's delivered in business days.
read / write
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.
read / write
price
↔ Price ?
Fixed shipping price, represented as a number.
read / write
region
↔ String ?
The geographic region to which a shipping rate applies.
read / write
runtimeType
→ Type
A representation of the runtime type of the object.
read-only inherited
service
↔ String ?
A free-form description of the service class or delivery speed.
read / write