Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.29 KB

ProfitAndLoss.md

File metadata and controls

22 lines (17 loc) · 1.29 KB

ProfitAndLoss

Properties

Name Type Description Notes
report_name str The name of the report
currency str
income ProfitAndLossIncome
expenses ProfitAndLossExpenses
id str A unique identifier for an object. [optional] [readonly]
start_date str The start date of the report [optional]
end_date str The start date of the report [optional]
customer_id str Customer id [optional]
net_income ProfitAndLossNetIncome [optional]
net_operating_income ProfitAndLossNetOperatingIncome [optional]
gross_profit ProfitAndLossGrossProfit [optional]
custom_mappings {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type When custom mappings are configured on the resource, the result is included here. [optional] [readonly]

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