# Credit Card object

# credit-card.id

Returns the unique id of the credit card.

# credit-card.brand

Returns the name of the brand of the credit card.

Examples:

  • Visa
  • Master

# credit-card.last_four

Returns the last four digits of the credit card.