Sha256: a06e854d4ffb9433dbe3c27e5e75e1f4f97088807e18a25548879c5d2a884c60
Contents?: true
Size: 1.5 KB
Versions: 2
Compression:
Stored size: 1.5 KB
Contents
# OpenapiClient::ProcessorData ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **reference_number** | **String** | Reference transaction ID. | [optional] **authorization_code** | **String** | Code returned to confirm transaction. | [optional] **response_code** | **String** | Response code from endpoints. | [optional] **network** | **String** | Network used for transaction. | [optional] **association_response_code** | **String** | Raw response code from issuer. | [optional] **response_message** | **String** | Message returned from endpoints. | [optional] **avs_response** | [**AVSResponse**](AVSResponse.md) | | [optional] **security_code_response** | **String** | Code returned for CVV. | [optional] **merchant_advice_code_indicator** | **String** | Code to map merchant advice code to ISO specification. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::ProcessorData.new(reference_number: 811720726601, authorization_code: OK7118, response_code: 00, network: NYCE, association_response_code: 000, response_message: Amount specified exceeds allowable limit., avs_response: null, security_code_response: NOT_MATCHED, merchant_advice_code_indicator: 01) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.4.0 | docs/ProcessorData.md |
first_data_gateway-1.3.0 | docs/ProcessorData.md |