TokenCreateOptions constructor

const TokenCreateOptions({
  1. TokenAccount? account,
  2. TokenBankAccount? bankAccount,
  3. TokenCard? card,
  4. String? customer,
  5. TokenCvcUpdate? cvcUpdate,
  6. List<String>? expand,
  7. TokenPerson? person,
  8. TokenPii? pii,
})

Implementation

const TokenCreateOptions({
  this.account,
  this.bankAccount,
  this.card,
  this.customer,
  this.cvcUpdate,
  this.expand,
  this.person,
  this.pii,
});