ProviderCallBackHost

@Serializable
data class ProviderCallBackHost(val providerCallbackHost: String? = null)

Represents the callback host for the MTN MOMO API.

This class is used to define the provider's callback host URL, which is necessary for handling responses from the MTN MOMO API.

Constructors

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

Properties

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

The callback host for the provider, represented as a nullable String.