QuickbooksItemBasedExpenseLineDetails class

Constructors

QuickbooksItemBasedExpenseLineDetails({double? taxInclusiveAmt, QuickbooksReferenceType? itemRef, QuickbooksReferenceType? customerRef, QuickbooksReferenceType? priceLevelRef, QuickbooksReferenceType? classRef, QuickbooksReferenceType? taxCodeRef, QuickbooksMarkupInfo? markupInfo, String? billableStatus, double? qty, double? unitPrice})
QuickbooksItemBasedExpenseLineDetails.fromJson(String source)
Converts from a json value
factory
QuickbooksItemBasedExpenseLineDetails.fromMap(Map<String, dynamic> map)
Converts from a map value
factory

Properties

billableStatus String?
getter/setter pair
classRef QuickbooksReferenceType?
getter/setter pair
customerRef QuickbooksReferenceType?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
itemRef QuickbooksReferenceType?
getter/setter pair
markupInfo QuickbooksMarkupInfo?
getter/setter pair
priceLevelRef QuickbooksReferenceType?
getter/setter pair
qty double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taxCodeRef QuickbooksReferenceType?
getter/setter pair
taxInclusiveAmt double?
getter/setter pair
unitPrice double?
getter/setter pair

Methods

copyWith({double? taxInclusiveAmt, QuickbooksReferenceType? itemRef, QuickbooksReferenceType? customerRef, QuickbooksReferenceType? priceLevelRef, QuickbooksReferenceType? classRef, QuickbooksReferenceType? taxCodeRef, QuickbooksMarkupInfo? markupInfo, String? billableStatus, double? qty, double? unitPrice}) QuickbooksItemBasedExpenseLineDetails
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
Converts to a json value
toMap() Map<String, dynamic>
Converts to a map value
toString() String
A string representation of this object.
override

Operators

operator ==(covariant QuickbooksItemBasedExpenseLineDetails other) bool
The equality operator.
override