Stripe.Resources.ApplicationFee.FeeSource (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@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.