AccountHolder

data class AccountHolder(var partyIdType: String, var partyId: String)

Identifies a party (payer or payee) in a MTN MOMO transaction.

Constructors

Link copied to clipboard
constructor(partyIdType: String, partyId: String)

Properties

Link copied to clipboard

The actual identifier value for the party (e.g., a phone number or email address).

Link copied to clipboard

The type of identifier used, corresponding to an io.rekast.sdk.utils.AccountHolderType value (e.g., "msisdn", "email").