All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kushkipagos.android.KushkiEnvironment.kt Maven / Gradle / Ivy

There is a newer version: 1.8.1
Show newest version
package com.kushkipagos.android

enum class KushkiEnvironment(override val url: String) : Environment {
    TESTING("https://api-uat.kushkipagos.com/"),
    QA("https://api-qa.kushkipagos.com/"),
    STAGING("https://api-stg.kushkipagos.com/"),
    PRODUCTION("https://api.kushkipagos.com/"),
    UAT_REGIONAL("https://regional-uat.kushkipagos.com/"),
    PRODUCTION_REGIONAL("https://regional.kushkipagos.com/");

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy