OverrideAccounts constructor
OverrideAccounts({
- OverrideAccountType? type,
- AccountSubtype? subtype,
- double? startingBalance,
- double? forceAvailableBalance,
- String? currency,
- Meta? meta,
- Numbers? numbers,
- List<
TransactionOverride> ? transactions, - OwnerOverride? identity,
- LiabilityOverride? liability,
- 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,
});