IncTaxInd Field
Code to represent whether value is net (inclusive of tax) or gross.
Valid values:
1 = Net
2 = Gross
public const int IncTaxInd = 416
This language is not supported or no code example is available.
public:
const int IncTaxInd = 416;
This language is not supported or no code example is available.
public const IncTaxInd : int = 416
This language is not supported or no code example is available.
Field Value
int
In this article
Definition