Class: Increase::Models::Entity::Corporation::BeneficialOwner::Individual::Identification
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::Entity::Corporation::BeneficialOwner::Individual::Identification
- Defined in:
- lib/increase/models/entity.rb
Instance Attribute Summary collapse
-
#method_ ⇒ Symbol
A method that can be used to verify the individual's identity.
-
#number_last4 ⇒ String
The last 4 digits of the identification number that can be used to verify the individual's identity.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#method_ ⇒ Symbol
A method that can be used to verify the individual's identity.
216 217 218 219 220 221 222 223 |
# File 'lib/increase/models/entity.rb', line 216 required :method_, Increase::Enum.new( :social_security_number, :individual_taxpayer_identification_number, :passport, :drivers_license, :other ) |
#number_last4 ⇒ String
The last 4 digits of the identification number that can be used to verify the individual's identity.
228 |
# File 'lib/increase/models/entity.rb', line 228 required :number_last4, String |