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