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

BenefitDiscordCreateProperties

Properties to create a benefit of type `discord`.

# `t`

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

* `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*
