CompanyFiscalInfoAddressResponse class abstract
Company fiscal info address model
Properties:
- object - The resource's type
- street1 - Street Address
- street2 - Colonia
- city - City
- state - State
- country - Country
- postalCode - Postal code
- externalNumber - Street number
- internalNumber - Unit / apartment number
- Annotations
-
- @BuiltValue()
Constructors
- CompanyFiscalInfoAddressResponse([void updates(CompanyFiscalInfoAddressResponseBuilder b)])
-
factory
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