Module: AuthorizeNet::SIM::Fields

Included in:
Response
Defined in:
lib/authorize_net/fields.rb

Overview

Contains the various lists of fields needed by the SIM API.

Constant Summary collapse

FIELDS =

List of the fields found in a SIM response. Any field not in this list is treated as a Merchant Defined Field.

%i[
  x_response_code
  x_response_subcode
  x_response_reason_code
  x_response_reason_text
  x_auth_code
  x_avs_code
  x_trans_id
  x_invoice_num
  x_description
  x_amount
  x_method
  x_type
  x_cust_id
  x_first_name
  x_last_name
  x_company
  x_address
  x_city
  x_state
  x_zip
  x_country
  x_phone
  x_fax
  x_email
  x_ship_to_first_name
  x_ship_to_last_name
  x_ship_to_company
  x_ship_to_address
  x_ship_to_city
  x_ship_to_state
  x_ship_to_zip
  x_ship_to_country
  x_tax
  x_duty
  x_freight
  x_tax_exempt
  x_po_num
  x_MD5_Hash
  x_cvv2_resp_code
  x_cavv_response
].freeze