namespace Unity.Services.Analytics { public enum TransactionServer { APPLE = 0, AMAZON = 1, GOOGLE = 2, VALVE = 3 } }