Amazon.ECS.Model.MerchantItemAttributes.WithFixedShippingCharge C# (CSharp) Méthode

WithFixedShippingCharge() public méthode

Sets the FixedShippingCharge property
public WithFixedShippingCharge ( Price fixedShippingCharge ) : MerchantItemAttributes
fixedShippingCharge Price FixedShippingCharge property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithFixedShippingCharge(Price fixedShippingCharge)
        {
            this.fixedShippingChargeField = fixedShippingCharge;
            return this;
        }
MerchantItemAttributes