Amazon.ECS.Model.MerchantItemAttributes.WithFixedShippingCharge C# (CSharp) Метод

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

Sets the FixedShippingCharge property
public WithFixedShippingCharge ( Price fixedShippingCharge ) : MerchantItemAttributes
fixedShippingCharge Price FixedShippingCharge property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithFixedShippingCharge(Price fixedShippingCharge)
        {
            this.fixedShippingChargeField = fixedShippingCharge;
            return this;
        }
MerchantItemAttributes