Skip to main content
Version: 2.x

Interface: BillingSubscriptionChange

Defined in: javascript/src/billing/types/subscriptions.ts:77

Properties

effective

effective: "immediate" | "renewal"

Defined in: javascript/src/billing/types/subscriptions.ts:85


effectiveAt

effectiveAt: string | null

Defined in: javascript/src/billing/types/subscriptions.ts:84


errorMessage?

optional errorMessage?: string | null

Defined in: javascript/src/billing/types/subscriptions.ts:90


fromOffer

fromOffer: BillingSubscriptionOfferContext

Defined in: javascript/src/billing/types/subscriptions.ts:82


fromOfferId

fromOfferId: string

Defined in: javascript/src/billing/types/subscriptions.ts:80


id

id: string

Defined in: javascript/src/billing/types/subscriptions.ts:78


idempotencyKey

idempotencyKey: string

Defined in: javascript/src/billing/types/subscriptions.ts:88


prorationBehavior

prorationBehavior: "provider_default" | "invoice_immediately" | "none"

Defined in: javascript/src/billing/types/subscriptions.ts:87


providerOperationId?

optional providerOperationId?: string | null

Defined in: javascript/src/billing/types/subscriptions.ts:89


state

state: BillingSubscriptionChangeState

Defined in: javascript/src/billing/types/subscriptions.ts:86


subscriptionId

subscriptionId: string

Defined in: javascript/src/billing/types/subscriptions.ts:79


toOffer

toOffer: BillingSubscriptionOfferContext

Defined in: javascript/src/billing/types/subscriptions.ts:83


toOfferId

toOfferId: string

Defined in: javascript/src/billing/types/subscriptions.ts:81