Sha256: 3f150ed8109035021930a04e110b4707c4f39c110c33a202d12bd8d58400d32b
Contents?: true
Size: 568 Bytes
Versions: 8
Compression:
Stored size: 568 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] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::UserInfo.new(user_id: 39976ee5-dc4c-4b21-a966-a04fa71ef9e1, user_type: null, mfa_details: null) ```
Version data entries
8 entries across 8 versions & 1 rubygems