Sha256: 44e5ee0492489c5a50e8189b204e4b0b1f8eccdf9b195af76412a5466c9f09f6
Contents?: true
Size: 990 Bytes
Versions: 2
Compression:
Stored size: 990 Bytes
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. | ## 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) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.8.1 | docs/DecryptedGooglePay.md |
first_data_gateway-1.8.0 | docs/DecryptedGooglePay.md |