AccountHolderStatus

data class AccountHolderStatus(var result: Boolean)

Represents the active/inactive status of an account holder in the MTN MOMO system.

Constructors

Link copied to clipboard
constructor(result: Boolean)

Properties

Link copied to clipboard

true if the account holder is active; false otherwise.