CustomerTransferRecipient

data class CustomerTransferRecipient(val customerId: String?, val email: String?)

Data class containing transfer recipient information. Either customerId or email must be provided. If used in CustomerTransferRequest context, the system tries to resolve email to customerId in the system.

Constructors

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

Properties

Link copied to clipboard

The unique identifier of the recipient.

Link copied to clipboard

The email address of the recipient.