Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 915 Bytes

CategoriesIdPutRequest.md

File metadata and controls

15 lines (12 loc) · 915 Bytes

# CategoriesIdPutRequest

Properties

Name Type Description Notes
title string A new title for the category. [optional]
colour string A new CSS-style hex colour for the category. [optional]
parent_id int The unique identifier of a parent category for the category, making this category a child of that category. [optional]
is_transfer bool Set the category as a transfer category. [optional]
is_bill bool Set the category as a bill category. [optional]
roll_up bool Set the category to be rolled up into its parent category. [optional]
refund_behaviour string Set the refund behaviour of the category. [optional]

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