Method: OpenapiClient::ProcessorData.openapi_types
- Defined in:
- lib/openapi_client/models/processor_data.rb
.openapi_types ⇒ Object
Attribute type mapping.
97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 |
# File 'lib/openapi_client/models/processor_data.rb', line 97 def self.openapi_types { :'reference_number' => :'String', :'authorization_code' => :'String', :'response_code' => :'String', :'network' => :'String', :'association_response_code' => :'String', :'response_message' => :'String', :'avs_response' => :'AVSResponse', :'cardholder_info_response' => :'CardholderInfoResponse', :'security_code_response' => :'String', :'merchant_advice_code_indicator' => :'String', :'response_indicator' => :'String', :'debit_receipt_number' => :'String', :'transaction_integrity_class' => :'String' } end |