Class: Increase::Models::Entity::Trust::Trustee::Individual::Address

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/increase/models/entity.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#[], #inspect, #to_h, #to_s

Instance Attribute Details

#cityString

The city of the address.

Returns:

  • (String)


626
# File 'lib/increase/models/entity.rb', line 626

required :city, String

#line1String

The first line of the address.

Returns:

  • (String)


631
# File 'lib/increase/models/entity.rb', line 631

required :line1, String

#line2String

The second line of the address.

Returns:

  • (String)


636
# File 'lib/increase/models/entity.rb', line 636

required :line2, String

#stateString

The two-letter United States Postal Service (USPS) abbreviation for the state of the address.

Returns:

  • (String)


641
# File 'lib/increase/models/entity.rb', line 641

required :state, String

#zipString

The ZIP code of the address.

Returns:

  • (String)


646
# File 'lib/increase/models/entity.rb', line 646

required :zip, String