LinkTokenCreateRequestIncomeVerificationPayrollIncome constructor

LinkTokenCreateRequestIncomeVerificationPayrollIncome({
  1. List<IncomeVerificationPayrollFlowType>? flowTypes,
  2. bool? isUpdateMode,
})

Implementation

LinkTokenCreateRequestIncomeVerificationPayrollIncome({
  this.flowTypes,
  this.isUpdateMode,
});