Skip to main content
Version: 2.x

Interface: BillingAutoRechargeStatus

Defined in: javascript/src/billing/types/auto-recharge.ts:46

Properties

enabled

enabled: boolean

Defined in: javascript/src/billing/types/auto-recharge.ts:47


maxRecharges

maxRecharges: number

Defined in: javascript/src/billing/types/auto-recharge.ts:52


paymentMethodBrand

paymentMethodBrand: string | null

Defined in: javascript/src/billing/types/auto-recharge.ts:58


paymentMethodId

paymentMethodId: string | null

Defined in: javascript/src/billing/types/auto-recharge.ts:56


paymentMethodLast4

paymentMethodLast4: string | null

Defined in: javascript/src/billing/types/auto-recharge.ts:57


pendingAttemptId

pendingAttemptId: string | null

Defined in: javascript/src/billing/types/auto-recharge.ts:60


quantity

quantity: number

Defined in: javascript/src/billing/types/auto-recharge.ts:51


quoteAmountMinor

quoteAmountMinor: number | null

Defined in: javascript/src/billing/types/auto-recharge.ts:61


quoteCurrency

quoteCurrency: string | null

Defined in: javascript/src/billing/types/auto-recharge.ts:62


rechargesInWindow

rechargesInWindow: number

Defined in: javascript/src/billing/types/auto-recharge.ts:55


state

state: "active" | "paused" | "disabled"

Defined in: javascript/src/billing/types/auto-recharge.ts:48


suspendedReason

suspendedReason: string | null

Defined in: javascript/src/billing/types/auto-recharge.ts:59


thresholdCredits

thresholdCredits: Decimal

Defined in: javascript/src/billing/types/auto-recharge.ts:49


topupKey

topupKey: string

Defined in: javascript/src/billing/types/auto-recharge.ts:50


windowEnd

windowEnd: string

Defined in: javascript/src/billing/types/auto-recharge.ts:54


windowStart

windowStart: string

Defined in: javascript/src/billing/types/auto-recharge.ts:53