ApiKey

@Serializable
data class ApiKey(val apiKey: String? = null)

This class represents the MTN MOMO API Key that is received by using the Subscription Key and the API ApiUser ID.

Constructors

Link copied to clipboard
constructor(apiKey: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "apiKey")
val apiKey: String? = null

The API key as a String.