OrdersCustomBatchRequestEntryRefundItemShipping constructor

OrdersCustomBatchRequestEntryRefundItemShipping({
  1. Price? amount,
  2. bool? fullRefund,
})

Implementation

OrdersCustomBatchRequestEntryRefundItemShipping({
  this.amount,
  this.fullRefund,
});