ProfitAndLossFinancialReportOptions Class
Options class to set Profit and Loss Financial Report parameter values for Accounting Seed Financial Reporter API methods.
Properties
This class extends FinancialReportOptions and has no additional properties.
Methods
The following are the global methods for the ProfitAndLossFinancialReportOptions class.
global ProfitAndLossFinancialReportOptions()
Constructor.
Usage
AcctSeed.ProfitAndLossFinancialReportOptions options = new ProfitAndLossFinancialReportOptions();
Default Values
If not explicitly set, the properties are defaulted to the following values:
reportType
Default: FinancialReportOptions.FinancialReportType.PROFIT_AND_LOSS
Required: True
startingAccountingPeriod
Default: The Id of the Accoutning Period 12 months prior to the End Accounting Period
Required: True
endingAccountingPeriod
Default: The Id of the current Accounting Period
Required: True
includeSubType1
Default: True
Required: False