InquiryAddress class

The address for the individual

Constructors

InquiryAddress({String? street1, String? street2, String? city, String? subdivision, String? subdivisionAbbr, String? postalCode, String? countryCode})
InquiryAddress.fromJson(dynamic json)
factory

Properties

city String?
The city
final
countryCode String?
The country code
final
hashCode int
The hash code for this object.
no setterinherited
postalCode String?
The postal code or zip code
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
street1 String?
The street name
final
street2 String?
An optional additioal street field
final
subdivision String?
The subdivision, e.g. state or province
final
subdivisionAbbr String?
The subdivision abbreviated, e.g. “CA” or “PR”
final

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