Class: Increase::Models::Entity::Corporation::BeneficialOwner::Individual::Address
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::Entity::Corporation::BeneficialOwner::Individual::Address
- Defined in:
- lib/increase/models/entity.rb
Instance Attribute Summary collapse
-
#city ⇒ String
The city of the address.
-
#line1 ⇒ String
The first line of the address.
-
#line2 ⇒ String
The second line of the address.
-
#state ⇒ String
The two-letter United States Postal Service (USPS) abbreviation for the state of the address.
-
#zip ⇒ String
The ZIP code of the address.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#city ⇒ String
The city of the address.
189 |
# File 'lib/increase/models/entity.rb', line 189 required :city, String |
#line1 ⇒ String
The first line of the address.
194 |
# File 'lib/increase/models/entity.rb', line 194 required :line1, String |
#line2 ⇒ String
The second line of the address.
199 |
# File 'lib/increase/models/entity.rb', line 199 required :line2, String |
#state ⇒ String
The two-letter United States Postal Service (USPS) abbreviation for the state of the address.
204 |
# File 'lib/increase/models/entity.rb', line 204 required :state, String |
#zip ⇒ String
The ZIP code of the address.
209 |
# File 'lib/increase/models/entity.rb', line 209 required :zip, String |