Sha256: a9ed3f3e2e5f753ecde87db89223d15321e3f8fdc474bbddd8a7f36df9b993d3

Contents?: true

Size: 606 Bytes

Versions: 5

Compression:

Stored size: 606 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] |

## Example

```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.37.150.beta1 docs/ResendTokenRequest.md
velopayments-2.35.58 docs/ResendTokenRequest.md
velopayments-2.35.58.beta1 docs/ResendTokenRequest.md
velopayments-2.29.128.beta1 docs/ResendTokenRequest.md
velopayments-2.26.124.beta1 docs/ResendTokenRequest.md