Amazon.ECS.Model.TransactionItem.WithTotalPrice C# (CSharp) Метод

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

Sets the TotalPrice property
public WithTotalPrice ( Price totalPrice ) : TransactionItem
totalPrice Price TotalPrice property
Результат TransactionItem
        public TransactionItem WithTotalPrice(Price totalPrice)
        {
            this.totalPriceField = totalPrice;
            return this;
        }