AmbiguousBlikAlias

data class AmbiguousBlikAlias(val transactionId: String, val aliases: List<AmbiguousAlias>) : CreateBLIKTransactionResult

Indicates that payer has the same BLIK alias registered in more than one bank app. You need to display a list of aliases to user and then use BLIKAmbiguousAliasPayment to continue the payment.

Constructors

Link copied to clipboard
fun AmbiguousBlikAlias(transactionId: String, aliases: List<AmbiguousAlias>)

Properties

Link copied to clipboard
Link copied to clipboard