QuickbooksDiscountLineDetails class

Details of a QuickbooksDiscountLine

Constructors

QuickbooksDiscountLineDetails({QuickbooksReferenceType? classRef, QuickbooksReferenceType? taxCodeRef, QuickbooksReferenceType? discountAccountRef, bool? percentBased, double? discountPercent})
QuickbooksDiscountLineDetails.fromJson(String source)
Converts from a json value
factory
QuickbooksDiscountLineDetails.fromMap(Map<String, dynamic> map)
Converts from a map value
factory

Properties

classRef QuickbooksReferenceType?
getter/setter pair
discountAccountRef QuickbooksReferenceType?
getter/setter pair
discountPercent double?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
percentBased bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taxCodeRef QuickbooksReferenceType?
getter/setter pair

Methods

copyWith({QuickbooksReferenceType? classRef, QuickbooksReferenceType? taxCodeRef, QuickbooksReferenceType? discountAccountRef, bool? percentBased, double? discountPercent}) QuickbooksDiscountLineDetails
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 QuickbooksDiscountLineDetails other) bool
The equality operator.
override