CreditEntry
One movement on an organization's credit ledger.
- objectType: string
Resource type identifier.
- idType: string
Entry identifier (cent_… typeid).
- kindType: string · credit.EntryKindenum
Movement kind: allot (credits granted), consume (granted credits drawn), overflow (wallet-funded credits drawn), expire (unused grant lapsed), revoke (grant clawed back).
values- allot =
Entry Kind Allot - consume =
Entry Kind Consume - overflow =
Entry Kind Overflow - expire =
Entry Kind Expire - revoke =
Entry Kind Revoke
- creditsType: integer
Signed credit delta: positive when credits are granted, negative when drawn or removed.
- usageType: string · usage.UsageKindenum
_kind What the credits were spent on; present only on consume and overflow movements.
values- ai
_usage = Usage Kind A I - tm
_usage = Usage Kind Trademark
- usageType: string
_ref Correlation reference to the usage or grant that drove the movement; present when one applies.
- createdType: string
_at When the movement was recorded, RFC 3339 (UTC).