OrderinvoicesCreateRefundInvoiceRequest constructor
OrderinvoicesCreateRefundInvoiceRequest({
- String? invoiceId,
- String? operationId,
- OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption? refundOnlyOption,
- OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption? returnOption,
- List<
ShipmentInvoice> ? shipmentInvoices,
Implementation
OrderinvoicesCreateRefundInvoiceRequest({
this.invoiceId,
this.operationId,
this.refundOnlyOption,
this.returnOption,
this.shipmentInvoices,
});