AccountSchedule constructor
const
AccountSchedule({
- AccountDelayDays? delayDays,
- AccountInterval? interval,
- int? monthlyAnchor,
- AccountWeeklyAnchor? weeklyAnchor,
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.
Implementation
const AccountSchedule({
this.delayDays,
this.interval,
this.monthlyAnchor,
this.weeklyAnchor,
});