OrdersCustomBatchRequestEntryRefundItemItem constructor

OrdersCustomBatchRequestEntryRefundItemItem({
  1. MonetaryAmount? amount,
  2. bool? fullRefund,
  3. String? lineItemId,
  4. String? productId,
  5. int? quantity,
})

Implementation

OrdersCustomBatchRequestEntryRefundItemItem({
  this.amount,
  this.fullRefund,
  this.lineItemId,
  this.productId,
  this.quantity,
});