QuickbooksItemBasedExpenseLine class
Details of a QuickbooksItemBasedExpenseLine
- Inheritance
-
- Object
- QuickbooksLine
- QuickbooksItemBasedExpenseLine
Constructors
-
QuickbooksItemBasedExpenseLine({String? id, int? lineNum, String? description, required double amount, required QuickbooksLineDetailType type, QuickbooksItemBasedExpenseLineDetails? itemBasedExpenseLineDetail, List<
QuickbooksLinkedTxn> ? linkedTxn}) - QuickbooksItemBasedExpenseLine.fromJson(String source)
-
Converts from a json value
factory
-
QuickbooksItemBasedExpenseLine.fromMap(Map<
String, dynamic> map) -
Converts from a map value
factory
Properties
- amount ↔ double
-
getter/setter pairinherited
- description ↔ String?
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setteroverride
- id ↔ String?
-
getter/setter pairinherited
- itemBasedExpenseLineDetail ↔ QuickbooksItemBasedExpenseLineDetails?
-
getter/setter pair
- lineNum ↔ int?
-
getter/setter pairinherited
-
linkedTxn
↔ List<
QuickbooksLinkedTxn> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → QuickbooksLineDetailType
-
finalinherited
Methods
-
copyWith(
{String? id, int? lineNum, String? description, double? amount, QuickbooksItemBasedExpenseLineDetails? itemBasedExpenseLineDetail, List< QuickbooksLinkedTxn> ? linkedTxn}) → QuickbooksItemBasedExpenseLine -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
Converts to a json value
override
-
toMap(
) → Map< String, dynamic> -
Converts to a map value
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant QuickbooksItemBasedExpenseLine other) → bool -
The equality operator.
override