| Name | Type | Description | Notes |
|---|---|---|---|
| UserId | int? | The user ID associated with the payment account. | [optional] |
| PaymentAccountId | int? | Unique identifier for the payment account. | [optional] |
| CanRemoveFromCustomerView | bool? | Indicates if the payment account can be removed from the customer view. | [optional] |
| Bin | string | Bank Identification Number (BIN) of the payment method. | [optional] |
| IsDefaultPaymentMethod | bool? | Indicates if this is the default payment method. | [optional] |
| IsVisibleToCustomer | bool? | Indicates if the payment account is visible to the customer. | [optional] |
| PaymentAccountType | string | The type of payment account (e.g., card, PayPal). | [optional] |
| Description | string | Description of the payment account. | [optional] |
| CustomerId | string | The customer ID associated with the payment account. | [optional] |