Sha256: d26c607d4b2af5105c90d50b8431688665761b52fdce6404bdfa8f1443a0b9b4
Contents?: true
Size: 1.11 KB
Versions: 2
Compression:
Stored size: 1.11 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. | **eci_indicator** | **String** | The ECI indicator from the decrypted data. | **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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.10.0 | docs/DecryptedGooglePay.md |
first_data_gateway-1.9.0 | docs/DecryptedGooglePay.md |