| id | integer | Unique identifier of the payment method. |
| shopifyId | integer | Unique shopify identifier of the payment method. |
| customerId | integer | Unique identifier for the subscription. |
| customerShopifyId | integer | Unique identifier for the subscription in shopify. |
| type | string | Type of payment method. (e.g.,"CustomerCreditCard"). |
| name | string | Full name of the customer associated with the payment method. |
| brand | string | The brand of the credit card (e.g., Visa, Mastercard) |
| paypalAccountEmail | String \ | null |
| lastDigits | integer | Last four digit of a credit card. |
| riskLevel | string | Risk assessment level for the payment method (e.g., "safe"). |
| expiryMonth | integer | Expiry month of the credit card. |
| expiryYear | integer | Expiry year of the credit card |