Sha256: d22b3d34eea98268f6d97f6bcc972624d06eb77734491127e964441ead0b20ee

Contents?: true

Size: 1.89 KB

Versions: 4

Compression:

Stored size: 1.89 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] 
**response_indicator** | **String** | Indicates whether the transaction was routed through the payment card's own network or through a different network. | [optional] 
**debit_receipt_number** | **String** | Receipt number from debit network provider. | [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,
                                 response_indicator: 0100,
                                 debit_receipt_number: 123456)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
first_data_gateway-1.7.1 docs/ProcessorData.md
first_data_gateway-1.7.0 docs/ProcessorData.md
first_data_gateway-1.6.0 docs/ProcessorData.md
first_data_gateway-1.5.0 docs/ProcessorData.md