QuickbooksAccount constructor
QuickbooksAccount({
- String? id,
- String? name,
- String? syncToken,
- String? acctNum,
- QuickbooksReferenceType? parentRef,
- QuickbooksReferenceType? currencyRef,
- String? description,
- bool? active,
- Map<
String, dynamic> ? metaData, - bool? subAccount,
- String? classification,
- String? fullyQualifiedName,
- String? txnLocationType,
- String? accountType,
- double? currentBalance,
- double? currentBalanceWithSubAccounts,
- String? accountAlias,
- QuickbooksReferenceType? taxCodeRef,
- String? accountSubType,
Implementation
QuickbooksAccount({
this.id,
this.name,
this.syncToken,
this.acctNum,
this.parentRef,
this.currencyRef,
this.description,
this.active,
this.metaData,
this.subAccount,
this.classification,
this.fullyQualifiedName,
this.txnLocationType,
this.accountType,
this.currentBalance,
this.currentBalanceWithSubAccounts,
this.accountAlias,
this.taxCodeRef,
this.accountSubType,
});