Amazon.ECS.Model.TransactionTotals.WithTax C# (CSharp) Method

WithTax() public method

Sets the Tax property
public WithTax ( Price tax ) : TransactionTotals
tax Price Tax property
return TransactionTotals
        public TransactionTotals WithTax(Price tax)
        {
            this.taxField = tax;
            return this;
        }