Sha256: 57ff9bd205e12370fec0405567fd152b000c904489a545f704acc61b8cb37781

Contents?: true

Size: 1.33 KB

Versions: 14

Compression:

Stored size: 1.33 KB

Contents

# OpenapiClient::CardInfoLookupResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**client_request_id** | **String** | Echoes back the value in the request header for tracking. | [optional] 
**api_trace_id** | **String** | Request identifier in API, can be used to request logs from the support team. | [optional] 
**response_type** | [**ResponseType**](ResponseType.md) |  | [optional] 
**card_details** | [**Array<CardInfo>**](CardInfo.md) | One or more card information retrieved based on BIN. | [optional] 
**request_status** | **String** | Request status. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::CardInfoLookupResponse.new(client_request_id: 30dd879c-ee2f-11db-8314-0800200c9a66,
                                 api_trace_id: rrt-0bd552c12342d3448-b-ea-1142-12938318-7,
                                 response_type: null,
                                 card_details: [{"brand":"VISA","brandProductId":"VISA BUSINESS","cardFunction":"credit","commercialCard":"CORPORATE","issuerCountry":"DE","issuerName":"First National Bank of Omaha"}],
                                 request_status: SUCCESS)
```


Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/CardInfoLookupResponse.md
first_data_gateway-1.13.0 docs/CardInfoLookupResponse.md
first_data_gateway-1.12.0 docs/CardInfoLookupResponse.md
first_data_gateway-1.11.0 docs/CardInfoLookupResponse.md
first_data_gateway-1.10.0 docs/CardInfoLookupResponse.md
first_data_gateway-1.9.0 docs/CardInfoLookupResponse.md
first_data_gateway-1.8.1 docs/CardInfoLookupResponse.md
first_data_gateway-1.8.0 docs/CardInfoLookupResponse.md
first_data_gateway-1.7.1 docs/CardInfoLookupResponse.md
first_data_gateway-1.7.0 docs/CardInfoLookupResponse.md
first_data_gateway-1.6.0 docs/CardInfoLookupResponse.md
first_data_gateway-1.5.0 docs/CardInfoLookupResponse.md
first_data_gateway-1.4.0 docs/CardInfoLookupResponse.md
first_data_gateway-1.3.0 docs/CardInfoLookupResponse.md