Class TaxOptions
Represents configuration options related to tax calculations. This class is used to specify whether prices include tax in tax-related calculations.
public sealed class TaxOptions
- Inheritance
-
objectTaxOptions
- Extension Methods
Remarks
Apply this option via Microsoft.Extensions.Options.IOptions<TOptions> pattern (not Microsoft.Extensions.Options.IOptionsMonitor<TOptions>)
Constructors
TaxOptions()
public TaxOptions()
Properties
PricesIncludeTax
Determines whether the product prices defined in UnitPrice include tax.
public bool PricesIncludeTax { get; set; }
Property Value
- bool