BankAccountVerifyOptions constructor

const BankAccountVerifyOptions({
  1. List<int>? amounts,
  2. List<String>? expand,
})

Implementation

const BankAccountVerifyOptions({
  this.amounts,
  this.expand,
});