QuotedRate constructor

QuotedRate(
  1. dynamic objectType,
  2. dynamic mode,
  3. String? billingType,
  4. String? carrier,
  5. String? carrierAccountId,
  6. String? currency,
  7. DateTime? deliveryDate,
  8. bool? deliveryDateIsGuaranteed,
  9. int? deliveryDays,
  10. int? estDeliveryDays,
  11. String? listCurrency,
  12. double? listRate,
  13. double? price,
  14. String? retailCurrency,
  15. double? retailRate,
  16. 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);