QuickbooksMarkupInfo class
Markup info for a QuickbooksSalesItemLineDetails
Constructors
- QuickbooksMarkupInfo({QuickbooksReferenceType? priceLevelRef, double? percent, QuickbooksReferenceType? markupIncomeAccountRef})
- QuickbooksMarkupInfo.fromJson(String source)
-
Converts from a json value
factory
-
QuickbooksMarkupInfo.fromMap(Map<
String, dynamic> map) -
Converts from a map value
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- markupIncomeAccountRef ↔ QuickbooksReferenceType?
-
getter/setter pair
- percent ↔ double?
-
getter/setter pair
- priceLevelRef ↔ QuickbooksReferenceType?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{QuickbooksReferenceType? priceLevelRef, double? percent, QuickbooksReferenceType? markupIncomeAccountRef}) → QuickbooksMarkupInfo -
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 QuickbooksMarkupInfo other) → bool -
The equality operator.
override