QuickbooksTaxLineDetails class

Details of a QuickbooksTaxLine

Constructors

QuickbooksTaxLineDetails({required QuickbooksReferenceType taxRateRef, double? netAmountTaxable, bool? percentBased, double? taxInclusiveAmount, double? overrideDeltaAmount, double? taxPercent})
QuickbooksTaxLineDetails.fromJson(String source)
Converts from a json value
factory
QuickbooksTaxLineDetails.fromMap(Map<String, dynamic> map)
Converts from a map value
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
netAmountTaxable double?
getter/setter pair
overrideDeltaAmount double?
getter/setter pair
percentBased bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taxInclusiveAmount double?
getter/setter pair
taxPercent double?
getter/setter pair
taxRateRef QuickbooksReferenceType
getter/setter pair

Methods

copyWith({QuickbooksReferenceType? taxRateRef, double? netAmountTaxable, bool? percentBased, double? taxInclusiveAmount, double? overrideDeltaAmount, double? taxPercent}) QuickbooksTaxLineDetails
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 QuickbooksTaxLineDetails other) bool
The equality operator.
override