CreditBalance
Verified exact-unit prepaid credit account aggregates.
Declaration
Section titled “Declaration”const CreditBalance: Schema.Struct<{ unit: Schema.brand<Schema.String, "UsageUnitKey">; available: Schema.BigInt; reserved: Schema.BigInt; consumed: Schema.BigInt; refunded: Schema.BigInt;}>;