Sha256: 6f9b7dacb94e5e72feb8cf7fa347bedef0a9398d0635cfbcad32ce294a748953

Contents?: true

Size: 1.13 KB

Versions: 4

Compression:

Stored size: 1.13 KB

Contents

# OpenapiClient::DecryptedGooglePay

## 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. | [optional] 
**eci_indicator** | **String** | The ECI indicator from the decrypted data. | [optional] 
**stored_credentials** | [**StoredCredential**](StoredCredential.md) |  | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

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


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/DecryptedGooglePay.md
first_data_gateway-1.13.0 docs/DecryptedGooglePay.md
first_data_gateway-1.12.0 docs/DecryptedGooglePay.md
first_data_gateway-1.11.0 docs/DecryptedGooglePay.md