# `PolarExpress.Schemas.BenefitDiscordProperties`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/benefit_discord_properties.ex#L2)

BenefitDiscordProperties

Properties for a benefit of type `discord`.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.BenefitDiscordProperties{
  guild_id: String.t() | nil,
  guild_token: String.t() | nil,
  kick_member: boolean() | nil,
  role_id: String.t() | nil
}
```

* `guild_id` - The ID of the Discord server.
* `guild_token`
* `kick_member` - Whether to kick the member from the Discord server on revocation.
* `role_id` - The ID of the Discord role to grant.

# `schema_name`

---

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