PartnerInitiateTransferRequest Class
Request parameters to initiate partner transfer.
- Inheritance
-
azure.mgmt.billing._serialization.ModelPartnerInitiateTransferRequest
Constructor
PartnerInitiateTransferRequest(*, recipient_email_id: str | None = None, reseller_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. |
reseller_id
|
Optional MPN ID of the reseller for transfer requests that are sent from a Microsoft Partner Agreement billing account. |
Variables
Name | Description |
---|---|
recipient_email_id
|
The email ID of the recipient to whom the transfer request is sent. |
reseller_id
|
Optional MPN ID of the reseller for transfer requests that are sent from a Microsoft Partner Agreement billing account. |
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