Sha256: 7a987fbb2af6178aa211f03389de1f36ecd7a9e6420077a51419e85cddbcb7f1

Contents?: true

Size: 992 Bytes

Versions: 5

Compression:

Stored size: 992 Bytes

Contents

# OpenapiClient::DecryptedSamsungPay

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_number** | **String** | Payment card number. | 
**expiration** | **String** | Card expiration date in MMYYYY format. | 
**cardholder_name** | **String** | Name of the cardholder. | [optional] 
**brand** | **String** | Card brand. | [optional] 
**cryptogram** | **String** | The wallet cryptogram from the decrypted data. | 
**eci_indicator** | **String** | The ECI indicator from the decrypted data. | 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::DecryptedSamsungPay.new(account_number: 4111111111111111,
                                 expiration: 012040,
                                 cardholder_name: John Doe,
                                 brand: VISA,
                                 cryptogram: BB81SRsADvooHCUcDogjMAACAAA=,
                                 eci_indicator: 05)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
first_data_gateway-1.11.0 docs/DecryptedSamsungPay.md
first_data_gateway-1.10.0 docs/DecryptedSamsungPay.md
first_data_gateway-1.9.0 docs/DecryptedSamsungPay.md
first_data_gateway-1.8.1 docs/DecryptedSamsungPay.md
first_data_gateway-1.8.0 docs/DecryptedSamsungPay.md