Method: OpenapiClient::Secure3DAuthenticationResponse.openapi_types

Defined in:
lib/openapi_client/models/secure3_d_authentication_response.rb

.openapi_typesObject

Attribute type mapping.



61
62
63
64
65
66
67
68
# File 'lib/openapi_client/models/secure3_d_authentication_response.rb', line 61

def self.openapi_types
  {
    :'type' => :'String',
    :'version' => :'String',
    :'params' => :'Secure3DAuthenticationResponseParams',
    :'secure3d_method' => :'Secure3DAuthenticationResponseSecure3dMethod'
  }
end