OverrideAccounts constructor

OverrideAccounts({
  1. OverrideAccountType? type,
  2. AccountSubtype? subtype,
  3. double? startingBalance,
  4. double? forceAvailableBalance,
  5. String? currency,
  6. Meta? meta,
  7. Numbers? numbers,
  8. List<TransactionOverride>? transactions,
  9. OwnerOverride? identity,
  10. LiabilityOverride? liability,
  11. InflowModel? inflowModel,
})

Implementation

OverrideAccounts({
  this.type,
  this.subtype,
  this.startingBalance,
  this.forceAvailableBalance,
  this.currency,
  this.meta,
  this.numbers,
  this.transactions,
  this.identity,
  this.liability,
  this.inflowModel,
});