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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python