PhoneNumberDto
Properties
Name | Type | Description | Notes |
Id | String | | |
UserId | String | | |
ComplianceAddress | String | | [optional] |
EmergencyAddress | String | | [optional] |
PhoneNumber | String | | |
PhoneCountry | String | | |
PhonePlan | String | | |
CreatedAt | System.DateTime | | |
UpdatedAt | System.DateTime | | |
Examples
$PhoneNumberDto = Initialize-maislurp-client-powershellPhoneNumberDto -Id null `
-UserId null `
-ComplianceAddress null `
-EmergencyAddress null `
-PhoneNumber null `
-PhoneCountry null `
-PhonePlan null `
-CreatedAt null `
-UpdatedAt null
- Convert the resource to JSON
$PhoneNumberDto | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to ]