Interface: TeamDeductionResult
Defined in: javascript/src/types.ts:502
Result of deducting credits from a team pool.
Properties
amount
amount:
Decimal
Defined in: javascript/src/types.ts:506
error?
optionalerror?:string|null
Defined in: javascript/src/types.ts:508
teamBalanceAfter
teamBalanceAfter:
Decimal
Defined in: javascript/src/types.ts:507
teamId
teamId:
string
Defined in: javascript/src/types.ts:504
transactionId
transactionId:
string
Defined in: javascript/src/types.ts:503
userId
userId:
string
Defined in: javascript/src/types.ts:505