PostPaidConfig#
- class PostPaidConfig(id=None, category=None, is_pulse_required=None, billing_plan=None, consumption_type=None, *args, **kwargs)#
Bases:
object
Model for capturing postpaid configuration.
- Parameters:
id – (
id
) Attribute for postpaid configuration identifier.category – (
category
)is_pulse_required – (
is_pulse_required
) Indicates whether pulse data collection is required.billing_plan – (
billing_plan
)consumption_type – (
consumption_type
)
- property billing_plan#
- Type:
- property category#
- Type:
- property consumption_type#
- Type:
- property id#
Attribute for postpaid configuration identifier.
- Type:
str
- property is_pulse_required#
Indicates whether pulse data collection is required.
- Type:
bool
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model