ApiUser

data class ApiUser(val providerCallbackHost: String? = null, val targetEnvironment: String? = null)

This class represents the MTN MOMO API ApiUser.

Constructors

Link copied to clipboard
constructor(providerCallbackHost: String? = null, targetEnvironment: String? = null)

Properties

Link copied to clipboard

The callback host for the provider.

Link copied to clipboard

The target environment for the API.