Class: Increase::Models::Entity::Trust::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)


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

required :city, String

#line1String

The first line of the address.

Returns:

  • (String)


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

required :line1, String

#line2String

The second line of the address.

Returns:

  • (String)


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

required :line2, String

#stateString

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

Returns:

  • (String)


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

required :state, String

#zipString

The ZIP code of the address.

Returns:

  • (String)


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

required :zip, String