product_id property

product_id property

Gets or sets the product identifier.

Definition:

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

See Also