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:
property billing_plan#
Type:

BillingPlan

property category#
Type:

PostPaidCategory

property consumption_type#
Type:

ConsumptionType

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