AccountSessionPayoutsFeatures constructor

const AccountSessionPayoutsFeatures({
  1. bool? editPayoutSchedule,
  2. bool? instantPayouts,
  3. bool? standardPayouts,
})

payouts_features_param

The list of features enabled in the embedded component.

Implementation

const AccountSessionPayoutsFeatures({
  this.editPayoutSchedule,
  this.instantPayouts,
  this.standardPayouts,
});