CarrierShipping constructor
CarrierShipping({
- String? carrierPrice,
- Price? carrierPriceFlatAdjustment,
- double? carrierPricePercentageAdjustment,
- String? carrierTransitTime,
- String? country,
- String? fixedMaxTransitTime,
- String? fixedMinTransitTime,
- Price? flatPrice,
- String? maxHandlingTime,
- String? minHandlingTime,
- String? originPostalCode,
- String? postalCode,
- String? region,
Implementation
CarrierShipping({
this.carrierPrice,
this.carrierPriceFlatAdjustment,
this.carrierPricePercentageAdjustment,
this.carrierTransitTime,
this.country,
this.fixedMaxTransitTime,
this.fixedMinTransitTime,
this.flatPrice,
this.maxHandlingTime,
this.minHandlingTime,
this.originPostalCode,
this.postalCode,
this.region,
});