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

io.github.eendroroy.sdk.bkash.definition.Currency.kt Maven / Gradle / Ivy

The newest version!
package io.github.eendroroy.sdk.bkash.definition

/**
 * @author indrajit
 */
enum class Currency {
    BDT;

    fun value(): String {
        return name
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy