# `Stripe.Resources.Plan.TransformUsage`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/plan.ex#L109)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Plan.TransformUsage{
  divide_by: integer() | nil,
  round: String.t() | nil
}
```

* `divide_by` - Divide usage by this number.
* `round` - After division, either round the result `up` or `down`. Possible values: `down`, `up`.

---

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