Method: OpenapiClient::ProcessorData.attribute_map
- Defined in:
- lib/openapi_client/models/processor_data.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 |
# File 'lib/openapi_client/models/processor_data.rb', line 78 def self.attribute_map { :'reference_number' => :'referenceNumber', :'authorization_code' => :'authorizationCode', :'response_code' => :'responseCode', :'network' => :'network', :'association_response_code' => :'associationResponseCode', :'response_message' => :'responseMessage', :'avs_response' => :'avsResponse', :'cardholder_info_response' => :'cardholderInfoResponse', :'security_code_response' => :'securityCodeResponse', :'merchant_advice_code_indicator' => :'merchantAdviceCodeIndicator', :'response_indicator' => :'responseIndicator', :'debit_receipt_number' => :'debitReceiptNumber', :'transaction_integrity_class' => :'transactionIntegrityClass' } end |