CustomerTransferSender

data class CustomerTransferSender(val customerId: String?, val accountId: String?, val fullName: String?, val email: String?, val mobile: String?)

Data class containing information about the sender of a customer transfer.

Constructors

Link copied to clipboard
constructor(customerId: String?, accountId: String?, fullName: String?, email: String?, mobile: String?)

Properties

Link copied to clipboard

The unique identifier of the recipient account.

Link copied to clipboard

The unique identifier of the recipient.

Link copied to clipboard

The email address of the recipient.

Link copied to clipboard

The full name of the recipient.

Link copied to clipboard

The mobile number of the recipient.