Sha256: a3dfffe8152f63fbb049ce3adccb6a26493e1d662f434f7e9401b44414b62d8e
Contents?: true
Size: 1.17 KB
Versions: 4
Compression:
Stored size: 1.17 KB
Contents
# OpenapiClient::DecryptedApplePay ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **account_number** | **String** | Payment card number. | **expiration** | **String** | Card expiration date in MMYYYY format. | **currency_code** | **String** | Numeric currency code following ISO 4217 standards. | **amount** | **Float** | Amount total. | **cardholder_name** | **String** | Name of the cardholder. | **brand** | **String** | Card brand. | **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::DecryptedApplePay.new(account_number: 4111111111111111, expiration: 012040, currency_code: 840, amount: 10.24, cardholder_name: John Doe, brand: VISA, cryptogram: BB81SRsADvooHCUcDogjMAACAAA=, eci_indicator: 05) ```
Version data entries
4 entries across 4 versions & 1 rubygems