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