github.com/twilio/twilio-go@v1.20.1/rest/verify/v2/docs/VerifyV2VerificationAttempt.md (about)

     1  # VerifyV2VerificationAttempt
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | The SID that uniquely identifies the verification attempt resource. |
     8  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Verification resource. |
     9  **ServiceSid** | Pointer to **string** | The SID of the [Service](https://www.twilio.com/docs/verify/api/service) used to generate the attempt. |
    10  **VerificationSid** | Pointer to **string** | The SID of the [Verification](https://www.twilio.com/docs/verify/api/verification) that generated the attempt. |
    11  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this Attempt was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    12  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this Attempt was updated, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    13  **ConversionStatus** | Pointer to [**string**](VerificationAttemptEnumConversionStatus.md) |  |
    14  **Channel** | Pointer to [**string**](VerificationAttemptEnumChannels.md) |  |
    15  **Price** | Pointer to **interface{}** | An object containing the charge for this verification attempt related to the channel costs and the currency used. The costs related to the succeeded verifications are not included. May not be immediately available. More information on pricing is available [here](https://www.twilio.com/en-us/verify/pricing). |
    16  **ChannelData** | Pointer to **interface{}** | An object containing the channel specific information for an attempt. |
    17  **Url** | Pointer to **string** |  |
    18  
    19  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    20  
    21