Sha256: ead332795e147316f268056dd7a3a74f1d0126b49d31a61e69b4eb1ad5146001

Contents?: true

Size: 1.21 KB

Versions: 4

Compression:

Stored size: 1.21 KB

Contents

# OpenapiClient::CardholderInfoResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**postal_code_or_zip_match** | **String** | Response if card holder postal code matches that on file. | [optional] 
**address_match** | **String** | Response if card holder address matches that on file. | [optional] 
**name_match** | **String** | Response if card holder name matches that on file. | [optional] 
**telephone_match** | **String** | Response if card holder telephone matches that on file. | [optional] 
**email_match** | **String** | Response if card holder email matches that on file. | [optional] 
**association_cardholder_info_response** | **String** | Raw cardholder info response from AMEX with no mapping. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::CardholderInfoResponse.new(postal_code_or_zip_match: Y,
                                 address_match: RETRY,
                                 name_match: SERVICE_NOT_ALLOWED,
                                 telephone_match: NOT_CHECKED,
                                 email_match: N,
                                 association_cardholder_info_response: YNUSR)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/CardholderInfoResponse.md
first_data_gateway-1.13.0 docs/CardholderInfoResponse.md
first_data_gateway-1.12.0 docs/CardholderInfoResponse.md
first_data_gateway-1.11.0 docs/CardholderInfoResponse.md