AccountBalance

data class AccountBalance(var availableBalance: String, var currency: String)

Represents the account balance returned by the MTN MOMO API.

Constructors

Link copied to clipboard
constructor(availableBalance: String, currency: String)

Properties

Link copied to clipboard

The amount currently available in the account.

Link copied to clipboard

The ISO currency code for the balance (e.g., EUR, UGX).