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

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

Sets the Subtotal property
public WithSubtotal ( Price subtotal ) : TransactionTotals
subtotal Price Subtotal property
Результат TransactionTotals
        public TransactionTotals WithSubtotal(Price subtotal)
        {
            this.subtotalField = subtotal;
            return this;
        }