Class: Vapi::SubscriptionType

Inherits:
Object
  • Object
show all
Defined in:
lib/vapi_server_sdk/types/subscription_type.rb

Overview

This is the type / tier of the subscription.

Constant Summary collapse

TRIAL =
"trial"
PAY_AS_YOU_GO =
"pay-as-you-go"
ENTERPRISE =
"enterprise"
AGENCY =
"agency"
STARTUP =
"startup"
GROWTH =
"growth"
SCALE =
"scale"