ProfitAndLossService class
URL: https://developer.intuit.com/app/developer/qbo/docs/api/accounting/most-commonly-used/profitandloss The information below provides a reference on how to access the Profit and Loss Summary report from the QuickBooks Online Report Service.
Constructors
- ProfitAndLossService.new({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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryReport(
{required ProfitAndLossQuery query, String? realmId, String? authToken}) → Future< ProfitAndLoss> - Returns the report for the query
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited