Skip to main content

Interface: CapCheckResult

Defined in: javascript/src/types.ts:178

Result of checking a spend cap.

Properties

action

action: "deny" | "warn" | "notify" | null

Defined in: javascript/src/types.ts:182


capped

capped: boolean

Defined in: javascript/src/types.ts:179


currentSpend

currentSpend: number

Defined in: javascript/src/types.ts:180


limit

limit: number

Defined in: javascript/src/types.ts:181


model?

optional model?: string | null

Defined in: javascript/src/types.ts:183