ENUM
AccountingPeriodCloseOption
The AccountingPeriodCloseOption
that is in use.
link GraphQL Schema definition
- enum AccountingPeriodCloseOption {
- # Never close the accounting period automatically
- # Close every Monday at 12AM
- # Close every Tuesday at 12AM
- # Close every Wednesday at 12AM
- # Close every Thursday at 12AM
- # Close every Friday at 12AM
- # Close every Saturday at 12AM
- # Close every Sunday at 12AM
- # Close every day at 12AM
- # Close on the first day of every month at 12AM
- }