Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.2 KB

VerificationHolderProfile.md

File metadata and controls

16 lines (11 loc) · 1.2 KB

VerificationHolderProfile

Properties

Name Type Description Notes
account_id int The primary key of the account resource and the unique identifier for the account [optional] [readonly]
address list[AbstractAddress] The account holder's address available at the profile and account levels [optional] [readonly]
phone_number list[PhoneNumber] The account holder's phone number available at the profile and account levels [optional] [readonly]
provider_account_id int The primary key of the provider account resource [optional] [readonly]
holder list[VerificationHolder] The holder entity is account-specific and captures the ownership status and the name details of the user [optional] [readonly]
email list[Email] The account holder's email ID available at the profile and account levels [optional] [readonly]

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