ConfigInvoicingGenerator Object
Description
Invoice number generator configuration.
Declaration
type ConfigInvoicingGenerator {
format: String
active: Boolean
counter: Int
}
Fields
| Name | Type | Description |
|---|---|---|
format | String | Format string for invoice numbers. |
active | Boolean | Whether the generator is active. |
counter | Int | Current counter value. |