Sha256: b87a3fdd792a4637bdfb0f46e07eed5aaa811b788c22137335fd784a16820557

Contents?: true

Size: 650 Bytes

Versions: 5

Compression:

Stored size: 650 Bytes

Contents

# VeloPayments::ResendTokenRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**token_type** | **String** | The type of the token to resend | 
**verification_code** | **String** | <p>Optional property that MUST be suppied when manually verifying a user</p> <p>The user's smsNumber is registered via a separate endpoint and an OTP sent to them</p>  | [optional] 

## Code Sample

```ruby
require 'VeloPayments'

instance = VeloPayments::ResendTokenRequest.new(token_type: INVITE_MFA_USER,
                                 verification_code: 123456)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
velopayments-2.23.78.beta1 docs/ResendTokenRequest.md
velopayments-2.20.119 docs/ResendTokenRequest.md
velopayments-2.20.29.beta1 docs/ResendTokenRequest.md
velopayments-2.19.116 docs/ResendTokenRequest.md
velopayments-2.19.40.beta1 docs/ResendTokenRequest.md