TaxRatesOrderByColumns
The valid fields by which tax rates can be ordered.
enum TaxRatesOrderByColumns {
ID
NAME
PERCENTAGE
CREATED_AT
UPDATED_AT
DELETED_AT
}
Values
TaxRatesOrderByColumns.ID
Tax rate's unique identifier.
TaxRatesOrderByColumns.NAME
The tax rate's name.
TaxRatesOrderByColumns.PERCENTAGE
The tax rate's percentage.
TaxRatesOrderByColumns.CREATED_AT
The date and time when the tax rate was created.
TaxRatesOrderByColumns.UPDATED_AT
The date and time when the tax rate was last updated.