ProductDeliveryTime class
The estimated days to deliver a product after an order is placed.
Only authorized shipping signals partners working with a merchant can use
this resource. Merchants should use the
[products
](https://developers.google.com/shopping-content/reference/rest/v2.1/products#productshipping)
resource instead.
Constructors
-
ProductDeliveryTime({List<
ProductDeliveryTimeAreaDeliveryTime> ? areaDeliveryTimes, ProductId? productId}) - ProductDeliveryTime.fromJson(Map json_)
Properties
-
areaDeliveryTimes
↔ List<
ProductDeliveryTimeAreaDeliveryTime> ? -
A set of associations between
DeliveryArea
andDeliveryTime
entries.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- productId ↔ ProductId?
-
The
id
of the product.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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