SalesTaxItems Property
Sales tax items used for SalesTaxGroup Item transactions.
Syntax
[VB.NET] Public Property SalesTaxItems As SalesTaxItemList
[C#] public SalesTaxItemList SalesTaxItems {get;}
Remarks
A sales-tax item is used to calculate a single sales tax that is collected at a specified rate and paid to a single agency. ItemId and ItemName refer to an item on this list.
This property is only available for the itSalesTaxGroup ItemType.
This property is not available at design time.