The payment card details associated with the payment method.
object (Expiry) The expiration month and year of the payment card. | |
| lastFour | string The last four digits of the payment card. |
| type | string The payment card brand. |
{- "lastFour": "string",
- "expiry": {
- "month": "string",
- "year": "string"
}, - "type": "string"
}