Method: OpenapiClient::Secure3DAuthenticationResult.openapi_types
- Defined in:
- lib/openapi_client/models/secure3_d_authentication_result.rb
.openapi_types ⇒ Object
Attribute type mapping.
71 72 73 74 75 76 77 78 79 80 |
# File 'lib/openapi_client/models/secure3_d_authentication_result.rb', line 71 def self.openapi_types { :'cavv' => :'String', :'xid' => :'String', :'ds_transaction_id' => :'String', :'authentication_response' => :'String', :'transaction_status' => :'String', :'message_category' => :'String' } end |