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