WebApiModulesAgentOrderChangeOrderOfficeLocationRequest constructor

const WebApiModulesAgentOrderChangeOrderOfficeLocationRequest({
  1. String? officeLocationId,
  2. String? warehouseId,
  3. String? currencyId,
  4. String? confirmUpdateAllRatesToNewCurrency,
})

Implementation

const WebApiModulesAgentOrderChangeOrderOfficeLocationRequest({
  this.officeLocationId,
  this.warehouseId,
  this.currencyId,
  this.confirmUpdateAllRatesToNewCurrency,
});