QuickbooksSalesItemLine class
Line of type sales item for a QuickbooksInvoice
- Inheritance
-
- Object
- QuickbooksLine
- QuickbooksSalesItemLine
Constructors
- QuickbooksSalesItemLine({String? id, int? lineNum, String? description, required double amount, required QuickbooksLineDetailType type, required QuickbooksSalesItemLineDetails salesItemLineDetail})
- QuickbooksSalesItemLine.fromJson(String source)
-
Converts from a json value
factory
-
QuickbooksSalesItemLine.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
- lineNum ↔ int?
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- salesItemLineDetail ↔ QuickbooksSalesItemLineDetails
-
getter/setter pair
- type → QuickbooksLineDetailType
-
finalinherited
Methods
-
copyWith(
String? id, int? lineNum, String? description, double? amount, QuickbooksSalesItemLineDetails? salesItemLineDetail) → QuickbooksSalesItemLine -
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.
inherited
Operators
-
operator ==(
covariant QuickbooksLine other) → bool -
The equality operator.
override