Response to detach a payment method from a customer record.
object | |
| id | string The identifier of the payment method. |
| type | string The type of payment method. |
{- "id": "string",
- "type": "string",
- "card": {
- "lastFour": "string",
- "expiry": {
- "month": "string",
- "year": "string"
}, - "type": "VISA"
}
}