CreditEntry

One movement on an organization's credit ledger.

  • object
    Type: string

    Resource type identifier.

  • id
    Type: string

    Entry identifier (cent_… typeid).

  • kind
    Type: 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 = EntryKindAllot
    • consume = EntryKindConsume
    • overflow = EntryKindOverflow
    • expire = EntryKindExpire
    • revoke = EntryKindRevoke
  • credits
    Type: integer

    Signed credit delta: positive when credits are granted, negative when drawn or removed.

  • usage_kind
    Type: string · usage.UsageKindenum

    What the credits were spent on; present only on consume and overflow movements.

    values
    • ai_usage = UsageKindAI
    • tm_usage = UsageKindTrademark
  • usage_ref
    Type: string

    Correlation reference to the usage or grant that drove the movement; present when one applies.

  • created_at
    Type: string

    When the movement was recorded, RFC 3339 (UTC).