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

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

Defined Under Namespace

Classes: Address, Identification

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

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

Instance Attribute Details

#addressIncrease::Models::Entity::Trust::Trustee::Individual::Address

The person's address.



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

required :address, -> { Increase::Models::Entity::Trust::Trustee::Individual::Address }

#date_of_birthString

The person's date of birth in YYYY-MM-DD format.

Returns:

  • (String)


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

required :date_of_birth, String

#identificationIncrease::Models::Entity::Trust::Trustee::Individual::Identification

A means of verifying the person's identity.



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

required :identification, -> { Increase::Models::Entity::Trust::Trustee::Individual::Identification }

#name_String

The person's legal name.

Returns:

  • (String)


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

required :name_, String