AddFedExSmartPostCarrierAccount class
- Inheritance
-
- Object
- AddCarrierAccount
- AddFedExSmartPostCarrierAccount
- Annotations
-
- @reflector
Constructors
Properties
- accountNumber ↔ String?
-
getter/setter pair
- corporateAddressCity ↔ String?
-
getter/setter pair
- corporateAddressCountryCode ↔ String?
-
getter/setter pair
- corporateAddressPostalCode ↔ String?
-
getter/setter pair
- corporateAddressState ↔ String?
-
getter/setter pair
- corporateAddressStreet ↔ String?
-
getter/setter pair
- corporateCompanyName ↔ String?
-
getter/setter pair
- corporateEmailAddress ↔ String?
-
getter/setter pair
- corporateFirstName ↔ String?
-
getter/setter pair
- corporateJobTitle ↔ String?
-
getter/setter pair
- corporateLastName ↔ String?
-
getter/setter pair
- corporatePhoneNumber ↔ String?
-
getter/setter pair
- endpoint → String
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- hubId ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shippingAddressCity ↔ String?
-
getter/setter pair
- shippingAddressCountryCode ↔ String?
-
getter/setter pair
- shippingAddressPostalCode ↔ String?
-
getter/setter pair
- shippingAddressState ↔ String?
-
getter/setter pair
- shippingAddressStreet ↔ String?
-
getter/setter pair
- 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