CustomerPostalAddress class
Constructors
Properties
- addressLine1 ↔ String?
- 
  A customer's physical address.
  getter/setter pair
- addressLine2 ↔ String?
- 
  Address line 2 of the address.
  getter/setter pair
- addressLine3 ↔ String?
- 
  Address line 3 of the address.
  getter/setter pair
- contactName ↔ String?
- 
  The customer contact's name.
  getter/setter pair
- countryCode ↔ String?
- 
  This is a required property.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- locality ↔ String?
- 
  Name of the locality.
  getter/setter pair
- organizationName ↔ String?
- 
  The company or company division name.
  getter/setter pair
- postalCode ↔ String?
- 
  The postal code.
  getter/setter pair
- region ↔ String?
- 
  Name of the region.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
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