Skip to content

Latest commit

 

History

History
executable file
·
25 lines (21 loc) · 1.76 KB

UserNaturalResponse.md

File metadata and controls

executable file
·
25 lines (21 loc) · 1.76 KB

UserNaturalResponse

Properties

Name Type Description Notes
email str The user's email address - must be a valid email [optional]
first_name str The name of the user [optional]
last_name str The last name of the user [optional]
address Address The address [optional]
birthday int The date of birth of the user - be careful to set the right timezone (should be UTC) to avoid 00h becoming 23h (and hence interpreted as the day before) [optional]
nationality str The user’s nationality. ISO 3166-1 alpha-2 format is expected [optional]
country_of_residence str The user’s country of residence. ISO 3166-1 alpha-2 format is expected [optional]
occupation str User’s occupation, ie. Work [optional]
income_range int Could be only one of these values: 1 - for incomes <18K€),2 - for incomes between 18 and 30K€, 3 - for incomes between 30 and 50K€, 4 - for incomes between 50 and 80K€, 5 - for incomes between 80 and 120K€, 6 - for incomes >120K€ [optional]
proof_of_identity str Proof of identity. [optional]
proof_of_address str Proof of address. [optional]
person_type str Type of user [optional]
kyc_level str [optional]
id str The item's ID [optional]
creation_date int When the item was created [optional]
tag str Custom data that you can add to this item [optional]

[Back to Model list] [Back to API list] [Back to README]