Sha256: 653cc5b5e24e35d24c4d66c3037a00a573b719623bb99bd0af56ad10c0fb001e
Contents?: true
Size: 1.41 KB
Versions: 20
Compression:
Stored size: 1.41 KB
Contents
# SquareConnect::Card ### Description Represents the non-confidential details of a credit card. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | The card's unique ID, if any. | [optional] **card_brand** | **String** | The card's brand (such as `VISA`). See [CardBrand](#type-cardbrand) for all possible values. | [optional] **last_4** | **String** | The last 4 digits of the card's number. | [optional] **exp_month** | **Integer** | The month of the card's expiration date. This value is always between `1` and `12`, inclusive. | [optional] **exp_year** | **Integer** | The four-digit year of the card's expiration date. | [optional] **cardholder_name** | **String** | The cardholder name. This value is present only if this object represents a customer's card on file. | [optional] **billing_address** | [**Address**](Address.md) | The card's billing address. This value is present only if this object represents a customer's card on file. | [optional] **fingerprint** | **String** | The unique string fingerprint for the card. The fingerprint is based on the credit card number and is unique to the merchant. If a card is used at multiple locations for the same merchant, it will have the same fingerprint in each case. Note: Fingerprint may not exist on old transactions. | [optional]
Version data entries
20 entries across 20 versions & 1 rubygems