WebApiModulesAgentOrderGetCustomRatesRequest constructor

WebApiModulesAgentOrderGetCustomRatesRequest({
  1. String? orderId,
  2. String? inventoryId,
  3. String? recType,
})

Implementation

WebApiModulesAgentOrderGetCustomRatesRequest({
  this.orderId,
  this.inventoryId,
  this.recType,
});