Stripe.Params.AccountCreateParams.Controller.Fees (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.AccountCreateParams.Controller.Fees{
  payer: String.t() | nil
}
  • payer - A value indicating the responsible payer of Stripe fees on this account. Defaults to account. Learn more about fee behavior on connected accounts. Possible values: account, application.