Logo
Type aliases

RecurringCreditGrant

RecurringCreditGrant = object

Defined in: packages/cloud/src/client/types.gen.ts:5181

Properties

name

name: string

Defined in: packages/cloud/src/client/types.gen.ts:5182


credit_amount

credit_amount: number

Defined in: packages/cloud/src/client/types.gen.ts:5183


credit_type

credit_type: CreditType

Defined in: packages/cloud/src/client/types.gen.ts:5184


product_id

product_id: string

Defined in: packages/cloud/src/client/types.gen.ts:5188

The ID of the product in Metronome used to represent the credit grant


priority

priority: number

Defined in: packages/cloud/src/client/types.gen.ts:5189


rollover_fraction

rollover_fraction: number

Defined in: packages/cloud/src/client/types.gen.ts:5193

The fraction of the credit that will roll over to the next period, between 0 and 1


periods_duration?

optional periods_duration: number

Defined in: packages/cloud/src/client/types.gen.ts:5197

How many billing periods the credit grant will last for

On this page