ApiConfig
data class ApiConfig(val baseUrl: String, val apiUserId: String, val environment: String, val apiVersion: String = "v1_0")
Holds runtime configuration for the MTN MoMo SDK.
Pass an instance of this class when initializing the SDK instead of relying on Android-only BuildConfig fields, making the SDK usable on both Android and plain-JVM targets.