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;
        }