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

Provides struct and type for a ListResourceCustomerBenefitGrant

# `t`

```elixir
@type t() :: %Polarex.ListResourceCustomerBenefitGrant{
  items: [
    Polarex.CustomerBenefitGrantCustom.t()
    | Polarex.CustomerBenefitGrantDiscord.t()
    | Polarex.CustomerBenefitGrantDownloadables.t()
    | Polarex.CustomerBenefitGrantFeatureFlag.t()
    | Polarex.CustomerBenefitGrantGitHubRepository.t()
    | Polarex.CustomerBenefitGrantLicenseKeys.t()
    | Polarex.CustomerBenefitGrantMeterCredit.t()
    | Polarex.CustomerBenefitGrantSlackSharedChannel.t()
  ],
  pagination: Polarex.Pagination.t()
}
```

---

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