Amazon.ECS.Model.MerchantItemAttributes.WithSoldInStores C# (CSharp) Method

WithSoldInStores() public method

Sets the SoldInStores property
public WithSoldInStores ( String soldInStores ) : MerchantItemAttributes
soldInStores String SoldInStores property
return MerchantItemAttributes
        public MerchantItemAttributes WithSoldInStores(String soldInStores)
        {
            this.soldInStoresField = soldInStores;
            return this;
        }
MerchantItemAttributes