{
"customer": {
"id": "text",
"email": "text",
"firstName": "text",
"lastName": "text",
"phone": "text",
"displayName": "text",
"state": "text",
"image": {
"url": "text",
"id": "text"
},
"subscriptionContracts": [
{
"id": "text",
"status": "text",
"customerPaymentMethod": {
"id": "text"
}
}
],
"paymentMethods": [
{
"id": "text",
"revokedAt": "2024-11-07T07:13:18.745Z",
"revokedReason": "text",
"instrument": {
"__typename": "text",
"billingAddress": {
"address1": "text",
"city": "text",
"country": "text",
"countryCode": "text",
"province": "text",
"provinceCode": "text",
"zip": "text"
},
"brand": "text",
"expiresSoon": false,
"isRevocable": false,
"lastDigits": "text",
"name": "text",
"maskedNumber": "text",
"firstDigits": "text",
"virtualLastDigits": "text",
"source": "text"
}
}
]
}
}