ApiKey

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

The API key as a String.