CustomerTransferSender
Contains transfer sender information
customerIdstring
accountIdstring
fullNamestring
Example:
John Smithemailstring<email>
Possible values: <= 150 characters
mobilestring
Mobile number
Possible values: <= 50 characters, Value must match regular expression ^\+\d+\s?\d{1,16}$
Example:
+12025550120CustomerTransferSender
{
"customerId": "string",
"accountId": "string",
"fullName": "John Smith",
"email": "user@example.com",
"mobile": "+12025550120"
}