Payer

data class Payer(val documentType: String? = null, val documentNumber: String? = null)

Represents the payer information for a payment.

Constructors

Link copied to clipboard
constructor(documentType: String? = null, documentNumber: String? = null)

Properties

Link copied to clipboard
val documentNumber: String? = null

Optional identification document number.

Link copied to clipboard
val documentType: String? = null

Optional type of identification document (e.g. DNI, CPF).