OrderRefundBody constructor
OrderRefundBody({
- List<
OrderRefundItemBody> ? items, - List<
OrderRefundItemBody> ? sideItems,
Implementation
OrderRefundBody({
this.items,
this.sideItems,
});