ProductdeliverytimeResource class

Constructors

ProductdeliverytimeResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(ProductDeliveryTime request, String merchantId, {String? $fields}) Future<ProductDeliveryTime>
Creates or updates the delivery time of a product.
delete(String merchantId, String productId, {String? $fields}) Future<void>
Deletes the delivery time of a product.
get(String merchantId, String productId, {String? $fields}) Future<ProductDeliveryTime>
Gets productDeliveryTime by productId.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited