@dialstack/sdk / index / AccountPricing
Interface: AccountPricing
Defined in: sdk/js/src/types/account-onboarding.ts:115
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.
Properties
per_did_rate
TypeScript
per_did_rate: number | null;
Defined in: sdk/js/src/types/account-onboarding.ts:117
per_user_rate
TypeScript
per_user_rate: number | null;
Defined in: sdk/js/src/types/account-onboarding.ts:116
per_voiceai_location_rate
TypeScript
per_voiceai_location_rate: number | null;
Defined in: sdk/js/src/types/account-onboarding.ts:118