BalanceSheetFinancialReportOptions Class
Options class to set Balance Sheet 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 BalanceSheetFinancialReportOptions class.
global BalanceSheetFinancialReportOptions()
Constructor.
Return Value
Type: ServiceResult
Usage
AcctSeed.BalanceSheetFinancialReportOptions options = new BalanceSheetFinancialReportOptions();
Default Values
If not explicitly set, the properties are defaulted to the following values:
reportType
Default: FinancialReportOptions.FinancialReportType.BALANCE_SHEET
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 first open Accounting Period
Required: True
includeSubType2
Default: True
Required: False