CarrierInfoType class
The available types of information to retrieve about a carrier.
Constructors
- CarrierInfoType(dynamic id, dynamic jsonValue)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → dynamic
-
finalinherited
Methods
-
matches(
ValueEnum other) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- predefinedPackages ↔ CarrierInfoType
-
Get information about the carrier's predefined packages.
getter/setter pair
- serviceLevels ↔ CarrierInfoType
-
Get information about the carrier's service levels.
getter/setter pair
- shipmentOptions ↔ CarrierInfoType
-
Get information about the carrier's shipment options.
getter/setter pair
- supportedFeatures ↔ CarrierInfoType
-
Get information about the carrier's supported features.
getter/setter pair
Static Methods
-
asString(
CarrierInfoType? carrierInfoType) → String? - Get the String representation of a CarrierInfoType.
-
fromString(
String? value) → CarrierInfoType? - Get the CarrierInfoType from a String.