Amazon.ECS.Model.ShippingCharge.WithShippingPrice C# (CSharp) Метод

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

Sets the ShippingPrice property
public WithShippingPrice ( Price shippingPrice ) : ShippingCharge
shippingPrice Price ShippingPrice property
Результат ShippingCharge
        public ShippingCharge WithShippingPrice(Price shippingPrice)
        {
            this.shippingPriceField = shippingPrice;
            return this;
        }