UpdateVirtualAccountPayIdDto
payidEmailstring<^[a-z0-9_](?!.*\.\.)[\.a-z0-9_]{4,30}[a-z0-9_]@.+$>required
PayID email to update,PayID email local part must be 6-32 characters, only lowercase letters, digits, underscores and dots are allowed, start and end with a lowercase letter, digit or underscore, and not contain consecutive dots
Possible values: >= 6 characters and <= 64 characters
Example:
abc@abc.comUpdateVirtualAccountPayIdDto
{
"payidEmail": "abc@abc.com"
}