# `PolarExpress.Params.CustomerPortal.CustomersListCustomerPaymentMethodsParams`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/params/customer_portal/customers_list_customer_payment_methods_params.ex#L2)

Parameters for customers list customer payment methods.

# `t`

```elixir
@type t() ::
  %PolarExpress.Params.CustomerPortal.CustomersListCustomerPaymentMethodsParams{
    limit: integer() | nil,
    page: integer() | nil
  }
```

* `limit` - Size of a page, defaults to 10. Maximum is 100.
* `page` - Page number, defaults to 1.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
