Represents a user's credit card.

Properties

id The id of the card.
last4 The last 4 of the credit card.
expirationMonth A valid expiration month 1 to 12
expirationYear A valid expiration year
primary Whether this is the card the user will be payed back on.
cardState Indicates the current status of the card.
synchronizationState Synchronization state.
cardType The type of the credit card.
user The user who owns the card. Only populated CARD_ADD/CARD_REMOVE webhook events. See compactUser details