Sha256: f9c715631d5dc8be4312cc9c04cc8be56f4fbcd34621c272df431bfe4b13a92c

Contents?: true

Size: 1014 Bytes

Versions: 14

Compression:

Stored size: 1014 Bytes

Contents

# OpenapiClient::CardInfo

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**brand** | **String** | The card brand. | [optional] 
**brand_product_id** | **String** | The product ID of the brand. | [optional] 
**card_function** | [**CardFunction**](CardFunction.md) |  | [optional] 
**commercial_card** | **String** | Indicates whether it is a corporate or non-corporate card. | [optional] 
**issuer_country** | **String** | The country of the issuer. | [optional] 
**issuer_name** | **String** | The name of the issuer. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::CardInfo.new(brand: VISA,
                                 brand_product_id: VISA BUSINESS,
                                 card_function: null,
                                 commercial_card: CORPORATE,
                                 issuer_country: DE,
                                 issuer_name: First National Bank of Omaha)
```


Version data entries

14 entries across 14 versions & 1 rubygems

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