InteroperabilityChannels

data class InteroperabilityChannels(val cci: String, val mobile: String, val qr: String?)

Data class representing the payment methods available to the customer for initiating transactions within the network.

Constructors

Link copied to clipboard
constructor(cci: String, mobile: String, qr: String?)

Properties

Link copied to clipboard
val cci: String

A unique identifier assigned to a customer (Customer Code Identifier).

Link copied to clipboard

A mobile number associated with the customer's interoperability subscription.

Link copied to clipboard
val qr: String?

A code generated for the customer that can be scanned.