CashFlowFinancialReportOptions Class

Options class to set Cash Flow Financial Report parameter values for Accounting Seed Financial Reporter API methods.

Properties

The following are properties of the CashFlowFinancialReportOptions class, in addition to the properties from the extended abstract class FinancialReportOptions .

showAllPeriods

Boolean flag to determine the periods shown

Type: Boolean
Required: False

Methods

The following are the global methods for the CashFlowFinancialReportOptions class.

global CashFlowFinancialReportOptions()

Constructor.

Usage

AcctSeed.CashFlowFinancialReportOptions options = new CashFlowFinancialReportOptions();

Default Values

If not explicitly set, the properties are defaulted to the following values:

reportType

Default: FinancialReportOptions.FinancialReportType.CASH_FLOW

Required: True

startingAccountingPeriod

Default: The Id of the first open Accounting Period

Required: True