Withdrawal Recipient
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 contact information of the recipient.
Link copied to clipboard
The time when the withdrawal recipient was created.
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 type of the recipient.