[This is preliminary documentation and is subject to change.]
Constructor that accepts values for all mandatory fields
| C# | Visual Basic | Visual C++ |
public FinancialBudget( Nullable<DateTime> reportDate, StatePrCode stateProvinceId, Nullable<int> fiscalYear, BudgetAccounts budgetAccounts )
Public Sub New ( _ reportDate As Nullable(Of DateTime), _ stateProvinceId As StatePrCode, _ fiscalYear As Nullable(Of Integer), _ budgetAccounts As BudgetAccounts _ )
public: FinancialBudget ( Nullable<DateTime> reportDate, StatePrCode^ stateProvinceId, Nullable<int> fiscalYear, BudgetAccounts^ budgetAccounts )
- reportDate (Nullable<(Of <DateTime>)>)
- Date on which snapshot was generated.
- stateProvinceId (StatePrCode)
- State-assigned identifier for this location
- fiscalYear (Nullable<(Of <Int32>)>)
- Fiscal Year of summary account
- budgetAccounts (BudgetAccounts)
- Information about budget accounts being submitted