Additional details about a payment method.
| cardType | string The payment card brand. For example, AMEX™, Discover™, Mastercard™, or Visa™. |
| id | string The unique identifier for the saved payment method. |
| lastFour | string The last four digits of the payment card. |
| month | string The expiration month of the payment card. |
| type | string The type of saved payment method. |
| year | string The expiration year of the payment card. |
{- "id": "string",
- "type": "string",
- "cardType": "Visa",
- "lastFour": "string",
- "month": "string",
- "year": "string"
}