Skip to main content

Interface: TenantCreateInput

Defined in: type/TenantCreateInput.ts:9

Input object for TenantCreateInput Input for creating a new tenant with its default channel.

Properties

allowQuoteInvalidation?

optional allowQuoteInvalidation?: ALLOW_QUOTE_INVALIDATION

Defined in: type/TenantCreateInput.ts:21

Controls whether quotes can be invalidated within this tenant


channel

channel: ChannelCreateInput

Defined in: type/TenantCreateInput.ts:17

Configuration for the tenant's default channel


descriptions?

optional descriptions?: LocalizedStringInput[]

Defined in: type/TenantCreateInput.ts:15

Localized descriptions for the tenant in different languages


id

id: string

Defined in: type/TenantCreateInput.ts:11

Unique identifier for the tenant


name

name: string

Defined in: type/TenantCreateInput.ts:13

Display name for the tenant


quoteDefaultExpiryPeriodDays?

optional quoteDefaultExpiryPeriodDays?: number

Defined in: type/TenantCreateInput.ts:23

Default number of days before quotes expire within this tenant


restrictSalesPricingVisibility?

optional restrictSalesPricingVisibility?: RESTRICT_SALES_PRICING_VISIBILITY

Defined in: type/TenantCreateInput.ts:19

Controls whether sales pricing information is restricted within this tenant