InitiateTransferRequest Class
Request parameters to initiate transfer.
- Inheritance
-
azure.mgmt.billing._serialization.ModelInitiateTransferRequest
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. |
Variables
Name | Description |
---|---|
recipient_email_id
|
The email ID of the recipient to whom the transfer request is sent. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python