PricingModel
The possible pricing models.
enum PricingModel {
FLAT
USAGE
}
Values
PricingModel.FLAT
Pricing that bills a fixed amount regardless of quantity.
PricingModel.USAGE
Pricing which bills the monthly/annual amount based on the quantity returned from the usage_from field taking minimum_quantity into account.
Member of
Pricing object