CustomerTransferRecipient
Contains transfer recipient information. If used in CustomerTransferRequest context, the system tries to resolve email
to customerId
in the system.
customerIdstring
emailemail
Possible values: <= 150 characters
CustomerTransferRecipient
{
"customerId": "string",
"email": "user@example.com"
}