class documentation

class BillingModel(str, Enum):

View In Hierarchy

Undocumented

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

Undocumented

Value
'CREDIT_BASED'
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'