CarrierRate constructor
CarrierRate({})
Implementation
CarrierRate({
this.carrierName,
this.carrierService,
this.flatAdjustment,
this.name,
this.originPostalCode,
this.percentageAdjustment,
});
CarrierRate({
this.carrierName,
this.carrierService,
this.flatAdjustment,
this.name,
this.originPostalCode,
this.percentageAdjustment,
});