Amazon.ECS.Model.MerchantItemAttributes.WithSalesRestriction C# (CSharp) 메소드

WithSalesRestriction() 공개 메소드

Sets the SalesRestriction property
public WithSalesRestriction ( String salesRestriction ) : MerchantItemAttributes
salesRestriction String SalesRestriction property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithSalesRestriction(String salesRestriction)
        {
            this.salesRestrictionField = salesRestriction;
            return this;
        }
MerchantItemAttributes