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

WithSoldInStores() 공개 메소드

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