Sha256: 2f5ca64eec3ff70d113373403537d2867b99e410699f438953e7ed55c554b61e

Contents?: true

Size: 407 Bytes

Versions: 3

Compression:

Stored size: 407 Bytes

Contents

# VeloPayments::ChallengeV4

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **value** | **String** | The value that the user will be asked to verify when they onboard |  |
| **description** | **String** |  |  |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::ChallengeV4.new(
  value: 11984567,
  description: challenge description
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/ChallengeV4.md
velopayments-2.35.58 docs/ChallengeV4.md
velopayments-2.35.58.beta1 docs/ChallengeV4.md