Sha256: 9b0c7c01cd2a6773ab87d106a03ee8051258108039db04b6e341590b623139dc

Contents?: true

Size: 525 Bytes

Versions: 14

Compression:

Stored size: 525 Bytes

Contents

# OpenapiClient::CardInfoLookupRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**store_id** | **String** | An optional outlet id for clients that support multiple stores in the same developer app. | [optional] 
**payment_card** | [**PaymentCard**](PaymentCard.md) |  | 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::CardInfoLookupRequest.new(store_id: 12345500000,
                                 payment_card: null)
```


Version data entries

14 entries across 14 versions & 1 rubygems

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