Amazon.ECS.Model.Merchant.WithTotalFeedback C# (CSharp) Method

WithTotalFeedback() public method

Sets the TotalFeedback property
public WithTotalFeedback ( Decimal totalFeedback ) : Merchant
totalFeedback Decimal TotalFeedback property
return Merchant
        public Merchant WithTotalFeedback(Decimal totalFeedback)
        {
            this.totalFeedbackField = totalFeedback;
            return this;
        }