OrderinvoicesCreateRefundInvoiceResponse constructor

OrderinvoicesCreateRefundInvoiceResponse({
  1. String? executionStatus,
  2. String? kind,
})

Implementation

OrderinvoicesCreateRefundInvoiceResponse({
  this.executionStatus,
  this.kind,
});