Amazon.ECS.Model.TransactionTotals.WithTax C# (CSharp) Метод

WithTax() публичный Метод

Sets the Tax property
public WithTax ( Price tax ) : TransactionTotals
tax Price Tax property
Результат TransactionTotals
        public TransactionTotals WithTax(Price tax)
        {
            this.taxField = tax;
            return this;
        }