CompanyFiscalInfoAddressResponse class abstract

Company fiscal info address model

Properties:

Annotations
  • @BuiltValue()

Properties

city String?
City
no setter
country String?
Country
no setter
externalNumber String?
Street number
no setter
hashCode int
The hash code for this object.
no setterinherited
internalNumber String?
Unit / apartment number
no setter
object CompanyFiscalInfoAddressResponseObjectEnum?
The resource's type
no setter
postalCode String?
Postal code
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
State
no setter
street1 String?
Street Address
no setter
street2 String?
Colonia
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(CompanyFiscalInfoAddressResponseBuilder)) CompanyFiscalInfoAddressResponse
Rebuilds the instance.
inherited
toBuilder() CompanyFiscalInfoAddressResponseBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<CompanyFiscalInfoAddressResponse>
no setter