Skip to main content

ConfigInvoicingGenerator Object

Description

Invoice number generator configuration.

Declaration

type ConfigInvoicingGenerator {
format: String
active: Boolean
counter: Int
}

Fields

NameTypeDescription
formatStringFormat string for invoice numbers.
activeBooleanWhether the generator is active.
counterIntCurrent counter value.