Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 495 Bytes

UserInfo.md

File metadata and controls

22 lines (16 loc) · 495 Bytes

VeloPayments::UserInfo

Properties

Name Type Description Notes
user_id String the id of the user [optional]
user_type UserType2 [optional]
mfa_details MFADetails [optional]

Example

require 'velopayments'

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