service_category property

service_category property

Identifies the 3-digit service category.

Definition:

@property
def service_category(self):
    ...
@service_category.setter
def service_category(self, value):
    ...

See Also