Skip to main content
Version: 2.x

Interface: BillingAutoRechargeAttempt

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

Properties

createdAt

createdAt: string

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


currency

currency: string | null

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


failureCode

failureCode: string | null

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


failureMessage

failureMessage: string | null

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


id

id: string

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


idempotencyKey

idempotencyKey: string

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


metadata

metadata: Record<string, unknown>

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


provider

provider: string

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


providerAttemptId

providerAttemptId: string | null

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


quantity

quantity: number

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


quotedAmountMinor

quotedAmountMinor: number | null

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


state

state: BillingAutoRechargeAttemptState

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


topupId

topupId: string

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


updatedAt

updatedAt: string

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


userId

userId: string

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


windowEnd

windowEnd: string

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


windowStart

windowStart: string

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