InteropIdentifierRequestData

@Serializable
data class InteropIdentifierRequestData(val accountId: String, val idType: InteropIdentifierRequestData.IdType, val idValue: String, val subIdOrType: String? = null)

Parameters

accountId
idType
idValue
subIdOrType

Constructors

Link copied to clipboard
constructor(accountId: String, idType: InteropIdentifierRequestData.IdType, idValue: String, subIdOrType: String? = null)

Types

Link copied to clipboard

Values: MSISDN,EMAIL,PERSONAL_ID,BUSINESS,DEVICE,ACCOUNT_ID,IBAN,ALIAS

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val subIdOrType: String? = null