QuickbooksDescriptionOnlyLine class

Line of type description only for a QuickbooksInvoice

Inheritance

Constructors

QuickbooksDescriptionOnlyLine({String? id, int? lineNum, String? description, required double amount, required QuickbooksLineDetailType type, required QuickbooksDescriptionLineDetails descriptionLineDetail})
QuickbooksDescriptionOnlyLine.fromJson(String source)
Converts from a json value
factory
QuickbooksDescriptionOnlyLine.fromMap(Map<String, dynamic> map)
Converts from a map value
factory

Properties

amount double
getter/setter pairinherited
description String?
getter/setter pairinherited
descriptionLineDetail QuickbooksDescriptionLineDetails
getter/setter pair
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
type QuickbooksLineDetailType
finalinherited

Methods

copyWith(String? id, int? lineNum, String? description, double? amount, QuickbooksDescriptionLineDetails? salesItemLineDetails) QuickbooksDescriptionOnlyLine
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