InitiateTransferRequest Class
Request parameters to initiate transfer.
Constructor
InitiateTransferRequest(*, recipient_email_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
recipient_email_id
|
The email ID of the recipient to whom the transfer request is sent. Default value: None
|
Variables
| Name | Description |
|---|---|
|
recipient_email_id
|
The email ID of the recipient to whom the transfer request is sent. |