Sha256: 7f3852aebffa44125704c29b5258a647d1e6c2fb08ed32a6c85bb58bdab04497

Contents?: true

Size: 965 Bytes

Versions: 10

Compression:

Stored size: 965 Bytes

Contents

# OpenapiClient::AchResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**response_code** | **String** | Response code for TeleCheck authentication decision in the sale response message. | [optional] 
**approval_code** | **String** | Code provided if check is approved. | [optional] 
**reference_number** | **String** | Reference number. | [optional] 
**preferred_flag** | **String** | Preferred flag. | [optional] 
**transaction_status** | **String** | Indicates the result of the requested authorization and is returned in the sale response. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::AchResponse.new(response_code: 49,
                                 approval_code: A123,
                                 reference_number: 1234567,
                                 preferred_flag: Y,
                                 transaction_status: 1)
```


Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/AchResponse.md
first_data_gateway-1.13.0 docs/AchResponse.md
first_data_gateway-1.12.0 docs/AchResponse.md
first_data_gateway-1.11.0 docs/AchResponse.md
first_data_gateway-1.10.0 docs/AchResponse.md
first_data_gateway-1.9.0 docs/AchResponse.md
first_data_gateway-1.8.1 docs/AchResponse.md
first_data_gateway-1.8.0 docs/AchResponse.md
first_data_gateway-1.7.1 docs/AchResponse.md
first_data_gateway-1.7.0 docs/AchResponse.md