Method: CyberSource::RiskV1DecisionsPost201ResponseConsumerAuthenticationInformation.json_map

Defined in:
lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_consumer_authentication_information.rb

.json_mapObject

Attribute mapping from JSON key to ruby-style variable name.



206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
# File 'lib/cybersource_rest_client/models/risk_v1_decisions_post201_response_consumer_authentication_information.rb', line 206

def self.json_map
  {
    :'access_token' => :'access_token',
    :'acs_rendering_type' => :'acs_rendering_type',
    :'acs_transaction_id' => :'acs_transaction_id',
    :'acs_url' => :'acs_url',
    :'authentication_path' => :'authentication_path',
    :'authorization_payload' => :'authorization_payload',
    :'authentication_type' => :'authentication_type',
    :'authentication_transaction_id' => :'authentication_transaction_id',
    :'authentication_transaction_context_id' => :'authentication_transaction_context_id',
    :'validity_period' => :'validity_period',
    :'cardholder_message' => :'cardholder_message',
    :'cavv' => :'cavv',
    :'cavv_algorithm' => :'cavv_algorithm',
    :'challenge_cancel_code' => :'challenge_cancel_code',
    :'challenge_required' => :'challenge_required',
    :'decoupled_authentication_indicator' => :'decoupled_authentication_indicator',
    :'directory_server_error_code' => :'directory_server_error_code',
    :'directory_server_error_description' => :'directory_server_error_description',
    :'ecommerce_indicator' => :'ecommerce_indicator',
    :'eci' => :'eci',
    :'eci_raw' => :'eci_raw',
    :'effective_authentication_type' => :'effective_authentication_type',
    :'exemption_data_raw' => :'exemption_data_raw',
    :'ivr' => :'ivr',
    :'network_score' => :'network_score',
    :'pareq' => :'pareq',
    :'pares_status' => :'pares_status',
    :'proof_xml' => :'proof_xml',
    :'proxy_pan' => :'proxy_pan',
    :'sdk_transaction_id' => :'sdk_transaction_id',
    :'signed_pares_status_reason' => :'signed_pares_status_reason',
    :'specification_version' => :'specification_version',
    :'step_up_url' => :'step_up_url',
    :'three_ds_server_transaction_id' => :'three_ds_server_transaction_id',
    :'ucaf_authentication_data' => :'ucaf_authentication_data',
    :'ucaf_collection_indicator' => :'ucaf_collection_indicator',
    :'veres_enrolled' => :'veres_enrolled',
    :'white_list_status_source' => :'white_list_status_source',
    :'xid' => :'xid',
    :'directory_server_transaction_id' => :'directory_server_transaction_id',
    :'acs_operator_id' => :'acs_operator_id',
    :'acs_reference_number' => :'acs_reference_number',
    :'idci_decision' => :'idci_decision',
    :'idci_reason_code1' => :'idci_reason_code1',
    :'idci_reason_code2' => :'idci_reason_code2',
    :'idci_score' => :'idci_score'
  }
end