Party

data class Party(var partyIdType: PartyTypes, var partyId: String)

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

Constructors

Link copied to clipboard
constructor(partyIdType: PartyTypes, 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 (PartyTypes: MSISDN, EMAIL, PARTY_CODE).