OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption constructor

OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption({
  1. String? description,
  2. String? reason,
})

Implementation

OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption({
  this.description,
  this.reason,
});