Class: Increase::Models::Entity::NaturalPerson::Identification
- Inherits:
-
BaseModel
- Object
- BaseModel
- Increase::Models::Entity::NaturalPerson::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.
438 439 440 441 442 443 444 445 |
# File 'lib/increase/models/entity.rb', line 438 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.
450 |
# File 'lib/increase/models/entity.rb', line 450 required :number_last4, String |