Interface: CapCheckResult
Defined in: javascript/src/types.ts:454
Result of checking a spend cap.
Properties
action
action:
"deny"|"warn"|"notify"|null
Defined in: javascript/src/types.ts:458
capped
capped:
boolean
Defined in: javascript/src/types.ts:455
currentSpend
currentSpend:
Decimal
Defined in: javascript/src/types.ts:456
limit
limit:
Decimal
Defined in: javascript/src/types.ts:457
model?
optionalmodel?:string|null
Defined in: javascript/src/types.ts:459