QuotedRate constructor
QuotedRate(- dynamic objectType,
- dynamic mode,
- String? billingType,
- String? carrier,
- String? carrierAccountId,
- String? currency,
- DateTime? deliveryDate,
- bool? deliveryDateIsGuaranteed,
- int? deliveryDays,
- int? estDeliveryDays,
- String? listCurrency,
- double? listRate,
- double? price,
- String? retailCurrency,
- double? retailRate,
- String? service
)
Implementation
QuotedRate(
objectType,
mode,
this.billingType,
this.carrier,
this.carrierAccountId,
this.currency,
this.deliveryDate,
this.deliveryDateIsGuaranteed,
this.deliveryDays,
this.estDeliveryDays,
this.listCurrency,
this.listRate,
this.price,
this.retailCurrency,
this.retailRate,
this.service,
) : super(objectType, mode);