Interface: PersonalProfileDetails
Properties
Property | Type | Defined in |
---|---|---|
address | string | types.ts:272 |
birthday | string | types.ts:278 |
city | string | types.ts:274 |
country | string | types.ts:275 |
countryState? | string | types.ts:276 |
firstName | string | types.ts:270 |
idDocument | {kind : IdDocumentKind ;number : string ; } | types.ts:266 |
idDocument.kind | IdDocumentKind | types.ts:268 |
idDocument.number | string | types.ts:267 |
lastName | string | types.ts:271 |
nationality | string | types.ts:277 |
postalCode | string | types.ts:273 |