Method: Plaid::ConsumerReportUserIdentity.attribute_map

Defined in:
lib/plaid/models/consumer_report_user_identity.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



43
44
45
46
47
48
49
50
51
52
53
54
# File 'lib/plaid/models/consumer_report_user_identity.rb', line 43

def self.attribute_map
  {
    :'first_name' => :'first_name',
    :'last_name' => :'last_name',
    :'phone_numbers' => :'phone_numbers',
    :'emails' => :'emails',
    :'ssn_full' => :'ssn_full',
    :'ssn_last_4' => :'ssn_last_4',
    :'date_of_birth' => :'date_of_birth',
    :'primary_address' => :'primary_address'
  }
end