# `Stripe.Resources.Account.Groups`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/account.ex#L786)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Account.Groups{payments_pricing: String.t() | nil}
```

* `payments_pricing` - The group the account is in to determine their payments pricing, and null if the account is on customized pricing. [See the Platform pricing tool documentation](https://docs.stripe.com/connect/platform-pricing-tools) for details. Max length: 5000. Nullable.

---

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