GoogleCloudRetailV2FulfillmentInfo class
Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.
Constructors
-
GoogleCloudRetailV2FulfillmentInfo({List<
String> ? placeIds, String? type}) - GoogleCloudRetailV2FulfillmentInfo.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
placeIds
↔ List<
String> ? -
The IDs for this type, such as the store IDs for
FulfillmentInfo.type.pickup-in-store or the region IDs for
FulfillmentInfo.type.same-day-delivery.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
The fulfillment type, including commonly used types (such as pickup in
store and same day delivery), and custom types.
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