Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 359 Bytes

AccessTokenValidationRequest.md

File metadata and controls

18 lines (12 loc) · 359 Bytes

VeloPayments::AccessTokenValidationRequest

Properties

Name Type Description Notes
otp String an OTP either sent via sms or generated by a registered MFA device

Example

require 'velopayments'

instance = VeloPayments::AccessTokenValidationRequest.new(
  otp: 123456
)