QuickbooksTaxRate class

Tax rate for quickbooks

Constructors

QuickbooksTaxRate({String? id, String? syncToken, String? rateValue, String? name, QuickbooksReferenceType? agencyRef, String? specialTaxType, List<QuickbooksEffectiveTaxRate>? effectiveTaxRate, String? displayName, QuickbooksReferenceType? taxReturnLineRef, bool? active, Map<String, dynamic>? metaData, String? originalTaxRate, String? description})
QuickbooksTaxRate.fromJson(String source)
factory
QuickbooksTaxRate.fromMap(Map<String, dynamic> map)
factory

Properties

active bool?
getter/setter pair
agencyRef QuickbooksReferenceType?
getter/setter pair
description String?
getter/setter pair
displayName String?
getter/setter pair
effectiveTaxRate List<QuickbooksEffectiveTaxRate>?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id String?
getter/setter pair
metaData Map<String, dynamic>?
getter/setter pair
name String?
getter/setter pair
originalTaxRate String?
getter/setter pair
rateValue String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
specialTaxType String?
getter/setter pair
syncToken String?
getter/setter pair
taxReturnLineRef QuickbooksReferenceType?
getter/setter pair

Methods

copyWith({String? id, String? syncToken, String? rateValue, String? name, QuickbooksReferenceType? agencyRef, String? specialTaxType, List<QuickbooksEffectiveTaxRate>? effectiveTaxRate, String? displayName, QuickbooksReferenceType? taxReturnLineRef, bool? active, Map<String, dynamic>? metaData, String? originalTaxRate, String? description}) QuickbooksTaxRate
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap({bool withId = true}) Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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