QuickbooksEffectiveTaxRate class

Effective tax rate for a QuickbooksTaxRate

Constructors

QuickbooksEffectiveTaxRate({double? rateValue, DateTime? endDate, DateTime? effectiveDate})
QuickbooksEffectiveTaxRate.fromJson(String source)
factory
QuickbooksEffectiveTaxRate.fromMap(Map<String, dynamic> map)
factory

Properties

effectiveDate DateTime?
getter/setter pair
endDate DateTime?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
rateValue double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({double? rateValue, DateTime? endDate, DateTime? effectiveDate}) QuickbooksEffectiveTaxRate
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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