Skip to main content
Version: 2.x

Interface: BursarRuntimeBursarOptions

Defined in: javascript/src/storage/runtime.ts:52

Facade configuration accepted by the composed Node.js runtime.

Properties

billingOptions?

optional billingOptions?: Omit<BillingServiceOptions, "provisioning">

Defined in: javascript/src/storage/runtime.ts:54


commerceOptions?

optional commerceOptions?: Omit<CommerceOptions, "providerEnvironment" | "tenantId">

Defined in: javascript/src/storage/runtime.ts:55


creditsOptions?

optional creditsOptions?: Omit<CreditsServiceOptions, "analytics" | "usageStore">

Defined in: javascript/src/storage/runtime.ts:53


emitter?

optional emitter?: CreditEventEmitter

Defined in: javascript/src/storage/runtime.ts:56