ProductsWhereColumns
The valid fields by which products can be queried.
enum ProductsWhereColumns {
ID
CODE
NAME
DESCRIPTION
STATUS
UNIT
GROUP
TAX_RATE
CREATED_AT
UPDATED_AT
DELETED_AT
}
Values
ProductsWhereColumns.ID
Product's unique identifier.
ProductsWhereColumns.CODE
The product's code.
ProductsWhereColumns.NAME
The product's name.
ProductsWhereColumns.DESCRIPTION
The product's description.
ProductsWhereColumns.STATUS
The product's status.
ProductsWhereColumns.UNIT
The product's unit.
ProductsWhereColumns.GROUP
The product's group.
ProductsWhereColumns.TAX_RATE
The product's tax rate.
ProductsWhereColumns.CREATED_AT
The date and time when the product was created.
ProductsWhereColumns.UPDATED_AT
The date and time when the product was last updated.
ProductsWhereColumns.DELETED_AT
The date and time when the product was deleted.