Sha256: b1c4f7ed05fedc7369cc20f929f460cc53b2025dd5e13c74f30d398fe368bfed
Contents?: true
Size: 1.46 KB
Versions: 14
Compression:
Stored size: 1.46 KB
Contents
# OpenapiClient::Card ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **ta_token** | **String** | TransArmor token value. Either the token fields or card number field must contain a value. | [optional] **ta_token_key** | **String** | TransArmor token key to identify the merchant. | [optional] **cardholder_name** | **String** | The cardholder name as it appears on the card. | [optional] **card_number** | **String** | Use this field to send clear PAN or tokens other than TransArmor Token. | [optional] **exp_date** | **String** | Payment method expiration date. Format is MMYYYY. | [optional] **cvv** | **String** | CVV present indicator. | [optional] **issuer** | **String** | The company (usually a bank) that issued the card. | [optional] **card_reissued_number** | **String** | A number that distinguishes between two plastic cards with the same card number in the event of the card being re-issued. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::Card.new(ta_token: 7591787425749818, ta_token_key: ab56, cardholder_name: John F. Doe, card_number: 5424180279791732, exp_date: 122028, cvv: Y, issuer: Bank of America, card_reissued_number: 2) ```
Version data entries
14 entries across 14 versions & 1 rubygems