TaxAgencyService class

URL: https://developer.intuit.com/app/developer/qbo/docs/api/accounting/most-commonly-used/taxagency A TaxAgency object is associated with a tax rate and identifies the agency to which that tax rate applies, that is, the entity that collects those taxes.

Constructors

TaxAgencyService({required String baseUrl, required AuthenticationService authenticationService, int minorVersion = 63})

Properties

authenticationService AuthenticationService
final
baseUrl String
final
hashCode int
The hash code for this object.
no setterinherited
minorVersion int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createTaxAgency({required TaxAgency agency, String? realmId, String? authToken}) Future<TaxAgency>
A TaxAgency object must have a DisplayName attribute.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryTaxAgency({required String query, String? realmId, String? authToken}) Future<List<TaxAgency>>
Returns the results of the query.
readTaxAgency({required String taxAgencyId, String? realmId, String? authToken}) Future<TaxAgency>
Retrieves the details of a TaxAgency object that has been previously created.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited