CustomerTransferSender

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

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

Constructors

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

Properties

Link copied to clipboard

The unique identifier of the recipient account.

Link copied to clipboard

The unique identifier of the recipient.