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 setterinherited
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 setterinherited
service String?
A free-form description of the service class or delivery speed.
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