AccountSchedule class final

transfer_schedule_specs

Details on when funds from charges are available, and when they are paid out to an external account. For details, see our [Setting Bank and Debit Card Payouts](https://stripe.com/docs/connect/bank-transfers#payout-information) documentation.

Constructors

AccountSchedule({AccountDelayDays? delayDays, AccountInterval? interval, int? monthlyAnchor, AccountWeeklyAnchor? weeklyAnchor})
transfer_schedule_specs
const
AccountSchedule.fromJson(Object? json)
factory

Properties

delayDays → AccountDelayDays?
final
hashCode → int
The hash code for this object.
no setterinherited
interval → AccountInterval?
final
monthlyAnchor → int?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
weeklyAnchor → AccountWeeklyAnchor?
final

Methods

encodeWith<V>(Encoder<V> encoder) → V
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, Object?>
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Methods

encode<V>(AccountSchedule instance, Encoder<V> encoder) → V