Skip to main content

@dialstack/sdk-dev / js/src / AccountPricing

Interface: AccountPricing

Defined in: sdk/js/src/types/account-onboarding.ts:174

Per-account pricing the customer is agreeing to alongside the subscription agreement. Rates are in cents per month; null means the rate is not yet set.

These are the latest agreed rates. A change takes effect at the start of the next month, so between agreeing a change and the 1st they are next month's rates and not what the account is billed. Anything quoting a price to a customer must read EffectivePricing instead.

Properties​

per_did_rate​

TypeScript
per_did_rate: number | null;

Defined in: sdk/js/src/types/account-onboarding.ts:176


per_user_rate​

TypeScript
per_user_rate: number | null;

Defined in: sdk/js/src/types/account-onboarding.ts:175


per_voiceai_location_rate​

TypeScript
per_voiceai_location_rate: number | null;

Defined in: sdk/js/src/types/account-onboarding.ts:177