Interface: PersonalProfileDetails
Properties
Property | Type | Defined in |
---|---|---|
address | string | types.ts:238 |
birthday | string | types.ts:244 |
city | string | types.ts:240 |
country | string | types.ts:241 |
countryState? | string | types.ts:242 |
firstName | string | types.ts:236 |
idDocument | {kind : IdDocumentKind ;number : string ; } | types.ts:232 |
idDocument.kind | IdDocumentKind | types.ts:234 |
idDocument.number | string | types.ts:233 |
lastName | string | types.ts:237 |
nationality | string | types.ts:243 |
postalCode | string | types.ts:239 |