OrderPutBody constructor
OrderPutBody({
- String? id,
- String? storeId,
- String? status,
- String? type,
- String? note,
- AddressBody? billingAddress,
- AddressBody? shippingAddress,
Implementation
OrderPutBody({
this.id,
this.storeId,
this.status,
this.type,
this.note,
this.billingAddress,
this.shippingAddress,
});