QuotedRate class

Implementers
Annotations

Constructors

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)
QuotedRate.fromJson(Map<String, dynamic> input)
factory

Properties

billingType String?
final
carrier String?
final
carrierAccountId String?
final
currency String?
final
deliveryDate DateTime?
final
deliveryDateIsGuaranteed bool?
final
deliveryDays int?
final
estDeliveryDays int?
final
hashCode int
The hash code for this object.
no setterinherited
listCurrency String?
final
listRate double?
final
mode String?
finalinherited
objectType String?
finalinherited
price double?
final
retailCurrency String?
final
retailRate double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited