Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 844 Bytes

File metadata and controls

23 lines (16 loc) · 844 Bytes

OpenapiClient::Secure3DAuthenticationResponse

Properties

Name Type Description Notes
type String The type of authentication. [optional]
version String The version of 3DS used to authenticate. [optional]
params Secure3DAuthenticationResponseParams [optional]
secure3d_method Secure3DAuthenticationResponseSecure3dMethod [optional]

Code Sample

require 'OpenapiClient'

instance = OpenapiClient::Secure3DAuthenticationResponse.new(type: 3D_SECURE,
                                 version: 2.1,
                                 params: null,
                                 secure3d_method: null)