Sha256: 4eefd177c494295e533f18bacd348df8b738934a3b43ff3c9374947542ea20bf

Contents?: true

Size: 999 Bytes

Versions: 3

Compression:

Stored size: 999 Bytes

Contents

# OpenapiClient::DecryptedApplePay

## 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. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

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


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/DecryptedApplePay.md
first_data_gateway-1.13.0 docs/DecryptedApplePay.md
first_data_gateway-1.12.0 docs/DecryptedApplePay.md