Amazon.ECS.Model.PromotionBenefit.WithFixedAmount C# (CSharp) Метод

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

Sets the FixedAmount property
public WithFixedAmount ( Price fixedAmount ) : PromotionBenefit
fixedAmount Price FixedAmount property
Результат PromotionBenefit
        public PromotionBenefit WithFixedAmount(Price fixedAmount)
        {
            this.fixedAmountField = fixedAmount;
            return this;
        }