OrderinvoicesCreateRefundInvoiceRequest constructor

OrderinvoicesCreateRefundInvoiceRequest({
  1. String? invoiceId,
  2. String? operationId,
  3. OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption? refundOnlyOption,
  4. OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption? returnOption,
  5. List<ShipmentInvoice>? shipmentInvoices,
})

Implementation

OrderinvoicesCreateRefundInvoiceRequest({
  this.invoiceId,
  this.operationId,
  this.refundOnlyOption,
  this.returnOption,
  this.shipmentInvoices,
});