AccountSchedule constructor

const AccountSchedule({
  1. AccountDelayDays? delayDays,
  2. AccountInterval? interval,
  3. int? monthlyAnchor,
  4. 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,
});