QuickbooksTaxLine class

Line of type tax for a QuickbooksInvoice

Inheritance

Constructors

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

Methods

copyWith(String? id, int? lineNum, String? description, double? amount, QuickbooksTaxLineDetails? taxLineDetail) QuickbooksTaxLine
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