We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2245b commit 7f4e94cCopy full SHA for 7f4e94c
FinancialModelingPrepApi/Model/CompanyValuation/IncomeStatementResponse.cs
@@ -43,6 +43,9 @@ public class IncomeStatementResponse
43
[JsonPropertyName("sellingAndMarketingExpenses")]
44
public double SellingAndMarketingExpenses { get; set; }
45
46
+ [JsonPropertyName("sellingGeneralAndAdministrativeExpenses")]
47
+ public long SellingGeneralAndAdministrativeExpenses { get; set; }
48
+
49
[JsonPropertyName("otherExpenses")]
50
public int OtherExpenses { get; set; }
51
0 commit comments