Address class

Implementers
Annotations

Constructors

Address(dynamic id, dynamic createdAt, dynamic updatedAt, dynamic objectType, dynamic mode, String? carrierFacility, String? city, String? company, String? country, String? email, String? federalTaxId, String? message, String? name, String? phone, bool? isResidential, String? state, String? stateTaxId, String? street1, String? street2, Verifications? verifications, String? zip, String? error)
Address.fromJson(Map<String, dynamic> input)
factory

Properties

carrierFacility String?
final
city String?
final
company String?
final
country String?
final
createdAt DateTime?
finalinherited
email String?
final
error String?
final
federalTaxId String?
final
hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
isResidential bool?
final
message String?
final
mode String?
finalinherited
name String?
final
objectType String?
finalinherited
phone String?
final
prefix String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
final
stateTaxId String?
final
street1 String?
final
street2 String?
final
updatedAt DateTime?
finalinherited
verifications Verifications?
final
zip String?
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