PhoneNumberDto
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | UUID | ||
userId | UUID | ||
complianceAddress | UUID | [optional] | |
emergencyAddress | UUID | [optional] | |
phoneNumber | String | ||
phoneCountry | PhoneCountryEnum | ||
phonePlan | UUID | ||
createdAt | OffsetDateTime | ||
updatedAt | OffsetDateTime |
Enum: PhoneCountryEnum
Name | Value |
---|---|
US | "US" |
GB | "GB" |