Click or drag to resize

BillingAndExpenseForecast Class

Represents billing and expense forecast, which is given to cases.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIBillingAndExpenseForecast

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public class BillingAndExpenseForecast

The BillingAndExpenseForecast type exposes the following members.

Constructors
 NameDescription
Public methodBillingAndExpenseForecastInitializes a new instance of the BillingAndExpenseForecast class
Top
Properties
 NameDescription
Public propertyBillingForecast Billing forecast.
Public propertyExpenseForecast Expense forecast.
Public propertyGUID Unique identifier for the billing and expense forecast.
Public propertyInhouseRevenueForecast Inhouse revenue forecast. This value is available only when Revenue Recognition add-on is active.
Public propertyMonth Month of the year for the billing and expense forecast.
Public propertyNotes Notes.
Public propertyOutsourcingRevenueForecast Outsourcing revenue forecast. This value is available only when Revenue Recognition add-on is active.
Public propertyYear Year for the billing and expense forecast.
Top
See Also