WithdrawalRecipient

data class WithdrawalRecipient(val id: String, val status: WithdrawalRecipientStatus, val creationTime: Calendar, val label: String?, val title: String?, val firstName: String?, val lastName: String?, val address: Address?, val contactInformation: ContactInformation?, val paymentInstrument: RecipientPaymentInstrument?, val type: RecipientType?, val birthDate: Calendar?)

Data class representing a withdrawal recipient.

Constructors

Link copied to clipboard
constructor(id: String, status: WithdrawalRecipientStatus, creationTime: Calendar, label: String?, title: String?, firstName: String?, lastName: String?, address: Address?, contactInformation: ContactInformation?, paymentInstrument: RecipientPaymentInstrument?, type: RecipientType?, birthDate: Calendar?)

Properties

Link copied to clipboard

The address of the recipient.

Link copied to clipboard

The birth date of the recipient in YYYY-MM-DD format.

Link copied to clipboard

The contact information of the recipient.

Link copied to clipboard

The time when the withdrawal recipient was created.

Link copied to clipboard

The first name of the recipient.

Link copied to clipboard
val id: String

Withdrawal recipient id.

Link copied to clipboard

The label specified by the user when creating the recipient or auto generated by the system.

Link copied to clipboard

The last name of the recipient.

Link copied to clipboard

The payment instrument used for third-party payments.

Link copied to clipboard

The status of the withdrawal recipient.

Link copied to clipboard

The title of the recipient. E.g. Mr., Dr., etc.

Link copied to clipboard

The type of the recipient.