AddLasershipV2CarrierAccount class
- Inheritance
-
- Object
- AddCarrierAccount
- AddLasershipV2CarrierAccount
- Annotations
-
- @reflector
Constructors
Properties
- apiId ↔ String?
-
getter/setter pair
- apiKey ↔ String?
-
getter/setter pair
- cargoClaimValue ↔ String?
-
getter/setter pair
- endpoint → String
-
finalinherited
- facility ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- injectionCity ↔ String?
-
getter/setter pair
- injectionContact ↔ String?
-
getter/setter pair
- injectionCountry ↔ String?
-
getter/setter pair
- injectionEmail ↔ String?
-
getter/setter pair
- injectionInstruction ↔ String?
-
getter/setter pair
- injectionLocationType ↔ String?
-
getter/setter pair
- injectionNote ↔ String?
-
getter/setter pair
- injectionOrganization ↔ String?
-
getter/setter pair
- injectionPhone ↔ String?
-
getter/setter pair
- injectionPhoneExt ↔ String?
-
getter/setter pair
- injectionState ↔ String?
-
getter/setter pair
- injectionStreet1 ↔ String?
-
getter/setter pair
- injectionStreet2 ↔ String?
-
getter/setter pair
- injectionZip ↔ String?
-
getter/setter pair
- isReseller ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → CarrierAccountType
-
finalinherited
Methods
-
add(
JsonParameter parameter, dynamic value) → void -
inherited
-
constructJson(
{Client? client}) → Map< String, dynamic> -
Convert all
JsonParameter
s 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
Parameter
s to ensure that all required parameters are set Use this method to validate parameters during a function callinherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited