namespace UnityEngine.Purchasing.Extension { /// /// Common interface for all extended configuration. /// public interface IStoreConfiguration { } }