combocurve-client-csharp

Logo

C# client for the ComboCurve REST API

View the Project on GitHub insidepetroleum/combocurve-client-csharp

ComboCurve.Api.Model.Expenses

Properties

Name Type Description Notes
Name string Name  
Unique bool Unique  
VariableExpenses VariableExpenses    
FixedExpenses FixedExpenses    
WaterDisposal WaterDisposal    
CarbonExpenses CarbonExpenses    
CompanyCustomStreams List<CompanyCustomStreamFields> Company custom stream expenses. Optional — omitting it leaves any existing custom streams on the model untouched. Each `customStreamKey` may appear at most once. [optional]
ProjectCustomStreams List<ProjectCustomStreamFields> Project custom stream expenses. Only accepted on the project-scoped endpoints. Optional; each `customStreamKey` may appear at most once. [optional]
Id string ID [optional]
CopiedFrom string Copied From [optional]
Scenario string Scenario ID [optional]
Tags List<string>   [optional]
Well string Well ID [optional]
CreatedAt DateTime? Creation Date [optional]
UpdatedAt DateTime? Updated At [optional]
CreatedBy string Created By [optional]
LastUpdatedBy string Last Updated By [optional]
EconModelType string   [optional]

[Back to Model list] [Back to API list] [Back to README]