Skip to main content

PricingUsageFrom

The possible sources for determining quantity billed.

enum PricingUsageFrom {
CHANNELS
FLAT
KBS
MAILBOXES
USERS
VIEWER_USERS
}

Values

PricingUsageFrom.CHANNELS

Quantity is determined by looking at the number of channels added to the account.

PricingUsageFrom.FLAT

Quantity is flat

PricingUsageFrom.KBS

Quantity is determined by looking at the number of published knowledge bases.

PricingUsageFrom.MAILBOXES

Quantity is determined by looking at the number mailboxes added to the account.

PricingUsageFrom.USERS

Quantity is determined by looking at the number of Owner,Admin and Agent users added to the account.

PricingUsageFrom.VIEWER_USERS

Quantity is determined by looking at the number of Owner,Admin and Agent users added to the account.

Member of

Pricing object