# `Stripe.Resources.ApplicationFee.FeeSource`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/application_fee.ex#L74)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.ApplicationFee.FeeSource{
  charge: String.t() | nil,
  payout: String.t() | nil,
  type: String.t() | nil
}
```

* `charge` - Charge ID that created this application fee. Max length: 5000.
* `payout` - Payout ID that created this application fee. Max length: 5000.
* `type` - Type of object that created the application fee. Possible values: `charge`, `payout`.

---

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