Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.27 KB

File metadata and controls

15 lines (11 loc) · 1.27 KB

GETRevenueItemType

Properties

Name Type Description Notes
accounting_period_end_date date The accounting period end date. The accounting period end date of the open-ended accounting period is null. [optional]
accounting_period_name str Name of the accounting period. The open-ended accounting period is named `Open-Ended`. [optional]
accounting_period_start_date date The accounting period start date. [optional]
amount str The revenue schedule amount, which is the sum of all revenue items. This field cannot be null and must be formatted based on the currency, such as JPY 30 or USD 30.15. Test out the currency to ensure you are using the proper formatting otherwise, the response will fail and this error message is returned: `Allocation amount with wrong decimal places.` [optional]
currency str The type of currency used. [optional]
is_accounting_period_closed bool Indicates if the accounting period is closed or open. [optional]

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