WebApiModulesAgentPurchaseOrderKissFlowPoRejectRequest constructor

const WebApiModulesAgentPurchaseOrderKissFlowPoRejectRequest({
  1. String? purchaseOrderNumber,
  2. String? userEmail,
  3. String? rejectionReason,
  4. String? rejectionNote,
})

Implementation

const WebApiModulesAgentPurchaseOrderKissFlowPoRejectRequest({
  this.purchaseOrderNumber,
  this.userEmail,
  this.rejectionReason,
  this.rejectionNote,
});