Sha256: 8629beb3bc00e8427293ae8d2e07528b0a658edea7937cfe84ed7e039c73563c

Contents?: true

Size: 1.13 KB

Versions: 12

Compression:

Stored size: 1.13 KB

Contents

# OpenapiClient::PaymentDevice

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**device_type** | **String** | The data format. | 
**data** | **String** | Data from device containing, at a minimum, a transaction-unique key serial number (KSN) and track 2 card data. | 
**security_code** | **String** | Card verification value/number. | [optional] 
**cardholder_name** | **String** | Name of cardholder. | [optional] 
**card_function** | [**CardFunction**](CardFunction.md) |  | [optional] 
**brand** | **String** | The card brand. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::PaymentDevice.new(device_type: SWIPE,
                                 data: 02A600C0170018008292;5424********1732=1810?*B73CD8C26233D4FFEC5500ED394439D97DDA5F530942D21D0000000000000000000000000000000000000000363434543035353734326299492410027300000260DC03,
                                 security_code: 977,
                                 cardholder_name: null,
                                 card_function: null,
                                 brand: VISA)
```


Version data entries

12 entries across 12 versions & 1 rubygems

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