GmoneyPeerDetailsChannel

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

Data class representing the payment method used by the customer. Only the one used is returned in the response, if available.

Constructors

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

Properties

Link copied to clipboard
val cci: String?

An 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.