Amazon.ECS.Model.LoyaltyPoints.WithTypicalRedemptionValue C# (CSharp) Method

WithTypicalRedemptionValue() public method

Sets the TypicalRedemptionValue property
public WithTypicalRedemptionValue ( Price typicalRedemptionValue ) : LoyaltyPoints
typicalRedemptionValue Price TypicalRedemptionValue property
return LoyaltyPoints
        public LoyaltyPoints WithTypicalRedemptionValue(Price typicalRedemptionValue)
        {
            this.typicalRedemptionValueField = typicalRedemptionValue;
            return this;
        }