Account constructor
Account({
- String? id,
- String? name,
- String? accountAlias,
- String? accountSubType,
- String? accountType,
- String? acctNum,
- bool? active,
- String? classification,
- DateTime? createTime,
- CurrencyRefType? currencyRef,
- double? currentBalance,
- double? currentBalanceWithSubAccounts,
- String? description,
- String? fullyQualifiedName,
- DateTime? lastUpdatedTime,
- ModificationMetaData? metaData,
- ReferenceType? parentRef,
- bool? subAccount,
- String? syncToken,
- ReferenceType? taxCodeRef,
- String? txnLocationType,
Implementation
Account({this.id, this.name,
this.accountAlias, this.accountSubType,
this.accountType, this.acctNum, this.active,
this.classification, this.createTime, this.currencyRef,
this.currentBalance, this.currentBalanceWithSubAccounts, this.description,
this.fullyQualifiedName, this.lastUpdatedTime, this.metaData,
this.parentRef, this.subAccount, this.syncToken, this.taxCodeRef,
this.txnLocationType
});