MailSlurpClient::PhoneNumberDto
Properties
Name | Type | Description | Notes |
id | String | | |
user_id | String | | |
compliance_address | String | | [optional] |
emergency_address | String | | [optional] |
phone_number | String | | |
phone_country | String | | |
phone_plan | String | | |
created_at | DateTime | | |
updated_at | DateTime | | |
Code Sample
require 'MailSlurpClient'
instance = MailSlurpClient::PhoneNumberDto.new(id: null,
user_id: null,
compliance_address: null,
emergency_address: null,
phone_number: null,
phone_country: null,
phone_plan: null,
created_at: null,
updated_at: null)