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

studio.crud.feature.auth.integrations.nexmo.NexmoBypassNumberPojo.kt Maven / Gradle / Ivy

The newest version!
package studio.crud.feature.auth.integrations.nexmo

data class NexmoBypassNumberPojo(
        var telephone: String = "",
        var code: String = ""
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy