QuickbooksSubtotalLine class

Line of type subtotal for a QuickbooksInvoice

Inheritance

Constructors

QuickbooksSubtotalLine({String? id, int? lineNum, String? description, required double amount, required QuickbooksLineDetailType type, required QuickbooksSubtotalLineDetails? subtotalLineDetail})
QuickbooksSubtotalLine.fromJson(String source)
Converts from a json value
factory
QuickbooksSubtotalLine.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
subtotalLineDetail QuickbooksSubtotalLineDetails?
getter/setter pair
type QuickbooksLineDetailType
finalinherited

Methods

copyWith(String? id, int? lineNum, String? description, double? amount, QuickbooksSubtotalLineDetails? subtotalLineDetail) QuickbooksSubtotalLine
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