WebApiModulesAgentPurchaseOrderConfirmVendorRetrieveRequest constructor

WebApiModulesAgentPurchaseOrderConfirmVendorRetrieveRequest({
  1. String? purchaseOrderId,
  2. String? deliveryId,
})

Implementation

WebApiModulesAgentPurchaseOrderConfirmVendorRetrieveRequest({
  this.purchaseOrderId,
  this.deliveryId,
});