Amazon.ECS.Model.TransactionTotals.WithShippingCharge C# (CSharp) 메소드

WithShippingCharge() 공개 메소드

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