View Source ExOAPI.Stripe.Schemas.AccountPayoutSettings (exoapi_stripe v0.1.4)
:debit_negative_balances :: :boolean
A Boolean indicating if Stripe should try to reclaim negative balances from an attached bank account. See our Understanding Connect Account Balances documentation for details. Default value is false
for Custom accounts, otherwise true
.
:schedule :: ExOAPI.Stripe.Schemas.TransferSchedule
:statement_descriptor :: :string
The text that appears on the bank account statement for payouts. If not set, this defaults to the platform's bank descriptor as set in the Dashboard.
Link to this section Summary
Link to this section Types
@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.AccountPayoutSettings{ debit_negative_balances: boolean() | nil, schedule: ExOAPI.Stripe.Schemas.TransferSchedule.t() | nil, statement_descriptor: String.t() | nil }
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()