twilio-openapi 1.2.2

This is a twilio API client generated via openAPI and slightly modified
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ApiPeriodV2010PeriodAccountPeriodValidationRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_sid** | Option<**String**> | The SID of the Account that created the resource | [optional]
**call_sid** | Option<**String**> | The SID of the Call the resource is associated with | [optional]
**friendly_name** | Option<**String**> | The string that you assigned to describe the resource | [optional]
**phone_number** | Option<**String**> | The phone number to verify in E.164 format | [optional]
**validation_code** | Option<**String**> | The 6 digit validation code that someone must enter to validate the Caller ID  when `phone_number` is called | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)