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

Version Path
square_connect-2.20180712.2.237 docs/Card.md
square_connect-2.20180712.1.234 docs/Card.md
square_connect-2.20180712.1.228 docs/Card.md
square_connect-2.20180712.0.224 docs/Card.md
square_connect-2.9.0.220 docs/Card.md
square_connect-2.8.0.215 docs/Card.md
square_connect-2.8.0.208 docs/Card.md
square_connect-2.7.0.202 docs/Card.md
square_connect-2.6.1.197 docs/Card.md
square_connect-2.6.0.192 docs/Card.md
square_connect-2.5.2.188 docs/Card.md
square_connect-2.5.1.183 docs/Card.md
square_connect-2.5.0.180 docs/Card.md
square_connect-2.4.0.175 docs/Card.md
square_connect-2.4.0.170 docs/Card.md
square_connect-2.3.1.161 docs/Card.md
square_connect-2.3.0.154 docs/Card.md
square_connect-2.3.0.153 docs/Card.md
square_connect-2.2.1.145 docs/Card.md
square_connect-2.2.0.110 docs/Card.md