MarketplaceWebServiceProducts.Model.GetLowestOfferListingsForASINRequest.WithItemCondition C# (CSharp) Method

WithItemCondition() public method

Sets the ItemCondition property
public WithItemCondition ( String itemCondition ) : GetLowestOfferListingsForASINRequest
itemCondition String ItemCondition property
return GetLowestOfferListingsForASINRequest
        public GetLowestOfferListingsForASINRequest WithItemCondition(String itemCondition)
        {
            this.itemConditionField = itemCondition;
            return this;
        }