QuickbooksAccount class
Constructors
-
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}) - QuickbooksAccount.fromJson(String source)
-
factory
-
QuickbooksAccount.fromMap(Map<
String, dynamic> map) -
factory
Properties
- accountAlias ↔ String?
-
getter/setter pair
- accountSubType ↔ String?
-
getter/setter pair
- accountType ↔ String?
-
getter/setter pair
- acctNum ↔ String?
-
getter/setter pair
- active ↔ bool?
-
getter/setter pair
- classification ↔ String?
-
getter/setter pair
- currencyRef ↔ QuickbooksReferenceType?
-
getter/setter pair
- currentBalance ↔ double?
-
getter/setter pair
- currentBalanceWithSubAccounts ↔ double?
-
getter/setter pair
- description ↔ String?
-
getter/setter pair
- fullyQualifiedName ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- id ↔ String?
-
getter/setter pair
-
metaData
↔ Map<
String, dynamic> ? -
getter/setter pair
- name ↔ String?
-
getter/setter pair
- parentRef ↔ QuickbooksReferenceType?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subAccount ↔ bool?
-
getter/setter pair
- syncToken ↔ String?
-
getter/setter pair
- taxCodeRef ↔ QuickbooksReferenceType?
-
getter/setter pair
- txnLocationType ↔ String?
-
getter/setter pair
Methods
-
copyWith(
{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}) → QuickbooksAccount -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
{bool withId = true}) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant QuickbooksAccount other) → bool -
The equality operator.
override