Amazon.ECS.Model.TransactionTotals.WithShippingCharge C# (CSharp) Method

WithShippingCharge() public method

Sets the ShippingCharge property
public WithShippingCharge ( Price shippingCharge ) : TransactionTotals
shippingCharge Price ShippingCharge property
return TransactionTotals
        public TransactionTotals WithShippingCharge(Price shippingCharge)
        {
            this.shippingChargeField = shippingCharge;
            return this;
        }