Amazon.ECS.Model.LoyaltyPoints.WithTypicalRedemptionValue C# (CSharp) Метод

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

Sets the TypicalRedemptionValue property
public WithTypicalRedemptionValue ( Price typicalRedemptionValue ) : LoyaltyPoints
typicalRedemptionValue Price TypicalRedemptionValue property
Результат LoyaltyPoints
        public LoyaltyPoints WithTypicalRedemptionValue(Price typicalRedemptionValue)
        {
            this.typicalRedemptionValueField = typicalRedemptionValue;
            return this;
        }