Sha256: e0ebca0060b2453dd3bb6611309ab6a536ccc0a91382335fd63d6eaec80cfd6b

Contents?: true

Size: 494 Bytes

Versions: 4

Compression:

Stored size: 494 Bytes

Contents

# OpenapiClient::AVSResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**street_match** | **String** | Response if street matches that on file. | [optional] 
**postal_code_match** | **String** | Response if postal code matches that on file. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::AVSResponse.new(street_match: Y,
                                 postal_code_match: N)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
first_data_gateway-1.6.0 docs/AVSResponse.md
first_data_gateway-1.5.0 docs/AVSResponse.md
first_data_gateway-1.4.0 docs/AVSResponse.md
first_data_gateway-1.3.0 docs/AVSResponse.md