GmoneyPeerDetails

data class GmoneyPeerDetails(val firstName: String?, val lastName: String?, val channel: GmoneyPeerDetailsChannel?) : PeerDetails

Data class representing the details of a GMoney interoperability 3rd party transaction peer.

Constructors

Link copied to clipboard
constructor(firstName: String?, lastName: String?, channel: GmoneyPeerDetailsChannel?)

Properties

Link copied to clipboard

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

Link copied to clipboard
open override val firstName: String?

The first name of the peer.

Link copied to clipboard
open override val lastName: String?

The last name of the peer.

Link copied to clipboard
open override val peerType: PeerType

The type of a transaction peer.