Address class

JSON template for address of a customer.

Constructors

Address({String? addressLine1, String? addressLine2, String? addressLine3, String? contactName, String? countryCode, String? kind, String? locality, String? organizationName, String? postalCode, String? region})
Address.fromJson(Map json_)

Properties

addressLine1 String?
A customer's physical address.
getter/setter pair
addressLine2 String?
Line 2 of the address.
getter/setter pair
addressLine3 String?
Line 3 of the address.
getter/setter pair
contactName String?
The customer contact's name.
getter/setter pair
countryCode String?
For countryCode information, see the ISO 3166 country code elements.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String?
Identifies the resource as a customer address.
getter/setter pair
locality String?
An example of a locality value is the city of San Francisco.
getter/setter pair
organizationName String?
The company or company division name.
getter/setter pair
postalCode String?
A postalCode example is a postal zip code such as 94043.
getter/setter pair
region String?
An example of a region value is CA for the state of California.
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