MerchantOrderReturn class

Order return.

Production access (all methods) requires the order manager role. Sandbox access does not.

Constructors

MerchantOrderReturn({String? creationDate, String? merchantOrderId, String? orderId, String? orderReturnId, List<MerchantOrderReturnItem>? returnItems, ReturnPricingInfo? returnPricingInfo, List<ReturnShipment>? returnShipments})
MerchantOrderReturn.fromJson(Map json_)

Properties

creationDate String?
The date of creation of the return, in ISO 8601 format.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
merchantOrderId String?
Merchant defined order ID.
getter/setter pair
orderId String?
Google order ID.
getter/setter pair
orderReturnId String?
Order return ID generated by Google.
getter/setter pair
returnItems List<MerchantOrderReturnItem>?
Items of the return.
getter/setter pair
returnPricingInfo ReturnPricingInfo?
Information about shipping costs.
getter/setter pair
returnShipments List<ReturnShipment>?
Shipments of the return.
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