# `Polarex.ListResourcePaymentMethod`
[🔗](https://github.com/giusdp/polarex/blob/main/lib/polarex/schemas/list_resource_payment_method.ex#L1)

Provides struct and type for a ListResourcePaymentMethod

# `t`

```elixir
@type t() :: %Polarex.ListResourcePaymentMethod{
  items: [
    Polarex.CustomerPaymentMethodCard.t()
    | Polarex.CustomerPaymentMethodGeneric.t()
  ],
  pagination: Polarex.Pagination.t()
}
```

---

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