CreateShipment class

Annotations
  • @reflector

Constructors

CreateShipment()

Properties

buyerAddress ↔ IAddressParameter?
getter/setter pair
carrier String?
getter/setter pair
carrierAccountIds List<String>?
getter/setter pair
customsInfo ↔ ICustomsInfoParameter?
getter/setter pair
fromAddress ↔ IAddressParameter?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
insurance double?
getter/setter pair
isReturn bool?
getter/setter pair
options Options?
getter/setter pair
parcel ↔ IParcelParameter?
getter/setter pair
reference String?
getter/setter pair
returnAddress ↔ IAddressParameter?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service String?
getter/setter pair
taxIdentifiers List<TaxIdentifier>?
getter/setter pair
toAddress ↔ IAddressParameter?
getter/setter pair

Methods

add(JsonParameter parameter, dynamic value) → void
inherited
constructJson({Client? client}) Map<String, dynamic>
Convert all JsonParameters to a Map. Use specifically when sending a JSON request to the API.
inherited
constructSubJson(Type? parentParameterObjectType, {Client? client}) Map<String, dynamic>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serializeObject(Object? object) Object?
inherited
toString() String
A string representation of this object.
inherited
validate() → void
Validate all Parameters to ensure that all required parameters are set Use this method to validate parameters during a function call
inherited

Operators

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