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

BenefitCustomSubscriber

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.BenefitCustomSubscriber{
  created_at: term(),
  deletable: term(),
  description: term(),
  id: term(),
  is_deleted: term(),
  metadata: term(),
  modified_at: term(),
  organization: term(),
  organization_id: term(),
  properties: term(),
  selectable: term(),
  type: term()
}
```

* `created_at` - Creation timestamp of the object. Format: date-time.
* `deletable` - Whether the benefit is deletable.
* `description` - The description of the benefit.
* `id` - The ID of the benefit. Format: uuid4.
* `is_deleted` - Whether the benefit is deleted.
* `metadata`
* `modified_at` - Last modification timestamp of the object. Nullable.
* `organization`
* `organization_id` - The ID of the organization owning the benefit. Format: uuid4.
* `properties`
* `selectable` - Whether the benefit is selectable when creating a product.
* `type`

# `schema_name`

---

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