class documentation

class BillingModel(str, Enum):

View In Hierarchy

Undocumented

Constant FLAT_FEE Undocumented
Constant MINIMUM_SPEND Undocumented
Constant PER_UNIT Undocumented
Constant USAGE_BASED Undocumented
FLAT_FEE: str =

Undocumented

Value
'FLAT_FEE'
MINIMUM_SPEND: str =

Undocumented

Value
'MINIMUM_SPEND'
PER_UNIT: str =

Undocumented

Value
'PER_UNIT'
USAGE_BASED: str =

Undocumented

Value
'USAGE_BASED'