QuickbooksPhysicalAddress class

Entity to manage physical addresses in Quickbooks entities

Constructors

QuickbooksPhysicalAddress({String? id, String? line1, String? line2, String? line3, String? line4, String? line5, String? city, String? country, String? countrySubDivisionCode, String? postalCode, double? lat, double? long})
QuickbooksPhysicalAddress.fromJson(String source)
factory
QuickbooksPhysicalAddress.fromMap(Map<String, dynamic> map)
factory

Properties

city String?
getter/setter pair
country String?
getter/setter pair
countrySubDivisionCode String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id String?
getter/setter pair
lat double?
getter/setter pair
line1 String?
getter/setter pair
line2 String?
getter/setter pair
line3 String?
getter/setter pair
line4 String?
getter/setter pair
line5 String?
getter/setter pair
long double?
getter/setter pair
postalCode String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? id, String? line1, String? line2, String? line3, String? line4, String? line5, String? city, String? country, String? countrySubDivisionCode, String? postalCode, double? lat, double? long}) QuickbooksPhysicalAddress
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap({bool withId = true}) Map<String, dynamic>
If withId is true, will send the id in the map
toString() String
A string representation of this object.
override

Operators

operator ==(covariant QuickbooksPhysicalAddress other) bool
The equality operator.
override