quartic_sdk.core.entities.product

The given file contains the class to refer to the Product entity

Module Contents

Classes

Product

The given class refers to the product entity which is created based upon the product response

class quartic_sdk.core.entities.product.Product

Bases: quartic_sdk.core.entities.base.Base

The given class refers to the product entity which is created based upon the product response returned by the API

__repr__(self)

Override the method to return the product name

get_procedures(self, query_params={})

This method id used for fetching all the procedures belongs to a product :param query_params: Dictionary of filter conditions :return: List of Procedure(Procedure Entity) objects