WebApiModulesAgentOrderChangeOrderOfficeLocationRequest constructor

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

Implementation

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