Nested struct within the parent resource.
Summary
Types
@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.