ReceiverInformation

data class ReceiverInformation(val name: String?, val document: String?)

Data class representing the person or entity receiving the payment..

Constructors

Link copied to clipboard
constructor(name: String?, document: String?)

Properties

Link copied to clipboard

Identity document number of the receiver.

Link copied to clipboard
val name: String?

Publicly known name of the receiver.