Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 642 Bytes

File metadata and controls

21 lines (15 loc) · 642 Bytes

Card

squareconnect.models.card

Description

Represents the non-confidential details of a credit card.

Properties

Name Type Notes
id str [optional]
card_brand str [optional]
last_4 str [optional]
exp_month int [optional]
exp_year int [optional]
cardholder_name str [optional]
billing_address Address [optional]

[Back to Model list] [Back to API list] [Back to README]