Sha256: eef5074be419b492d7c9cbc3992f17f2d91d7a8d12ecdaacc95b7b562aaa9350

Contents?: true

Size: 495 Bytes

Versions: 5

Compression:

Stored size: 495 Bytes

Contents

# VeloPayments::UserInfo

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **user_id** | **String** | the id of the user | [optional] |
| **user_type** | [**UserType2**](UserType2.md) |  | [optional] |
| **mfa_details** | [**MFADetails**](MFADetails.md) |  | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::UserInfo.new(
  user_id: 39976ee5-dc4c-4b21-a966-a04fa71ef9e1,
  user_type: null,
  mfa_details: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/UserInfo.md
velopayments-2.35.58 docs/UserInfo.md
velopayments-2.35.58.beta1 docs/UserInfo.md
velopayments-2.29.128.beta1 docs/UserInfo.md
velopayments-2.26.124.beta1 docs/UserInfo.md