Skip to content

CreditBalance

Verified exact-unit prepaid credit account aggregates.

const CreditBalance: Schema.Struct<{
unit: Schema.brand<Schema.String, "UsageUnitKey">;
available: Schema.BigInt;
reserved: Schema.BigInt;
consumed: Schema.BigInt;
refunded: Schema.BigInt;
}>;