TaxDisplayMode
in package
Enum class for the possible values of the `woocommerce_tax_display_shop` and `woocommerce_tax_display_cart` options, which control whether prices are shown including or excluding tax.
Tags
Table of Contents
- EXCLUSIVE = 'excl'
- Prices displayed excluding tax.
- INCLUSIVE = 'incl'
- Prices displayed including tax.
Constants
EXCLUSIVE
Prices displayed excluding tax.
public
string
EXCLUSIVE
= 'excl'
INCLUSIVE
Prices displayed including tax.
public
string
INCLUSIVE
= 'incl'
