github.com/twilio/twilio-go@v1.20.1/rest/verify/v2/docs/VerifyV2Verification.md (about) 1 # VerifyV2Verification 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | The unique string that we created to identify the Verification resource. | 8 **ServiceSid** | Pointer to **string** | The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. | 9 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Verification resource. | 10 **To** | Pointer to **string** | The phone number or [email](https://www.twilio.com/docs/verify/email) being verified. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). | 11 **Channel** | Pointer to [**string**](VerificationEnumChannel.md) | | 12 **Status** | Pointer to **string** | The status of the verification. One of: `pending`, `approved`, or `canceled` | 13 **Valid** | Pointer to **bool** | Use \"status\" instead. Legacy property indicating whether the verification was successful. | 14 **Lookup** | Pointer to **interface{}** | Information about the phone number being verified. | 15 **Amount** | Pointer to **string** | The amount of the associated PSD2 compliant transaction. Requires the PSD2 Service flag enabled. | 16 **Payee** | Pointer to **string** | The payee of the associated PSD2 compliant transaction. Requires the PSD2 Service flag enabled. | 17 **SendCodeAttempts** | Pointer to **[]interface{}** | An array of verification attempt objects containing the channel attempted and the channel-specific transaction SID. | 18 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 19 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 20 **Sna** | Pointer to **interface{}** | The set of fields used for a silent network auth (`sna`) verification. Contains a single field with the URL to be invoked to verify the phone number. | 21 **Url** | Pointer to **string** | The absolute URL of the Verification resource. | 22 23 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 24 25