PartnerTransferProperties Class
Transfer Details.
Constructor
PartnerTransferProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
expiration_time
|
The time at which the transfer request expires. |
|
transfer_status
|
Overall transfer status. Known values are: "Expired", "Pending", "InProgress", "Completed", "CompletedWithErrors", "Failed", "Canceled", and "Declined". |
|
recipient_email_id
|
The email ID of the user to whom the transfer request was sent. |
|
initiator_customer_type
|
The type of customer who sent the transfer request. Known values are: "Partner" and "EA". |
|
initiator_email_id
|
The email ID of the user who sent the transfer request. |
|
reseller_id
|
Optional MPN ID of the reseller for transfer requests that are sent from a Microsoft Partner Agreement billing account. |
|
reseller_name
|
Optional name of the reseller for transfer requests that are sent from Microsoft Partner Agreement billing account. |
|
canceled_by
|
The email ID of the user who canceled the transfer request. |
|
detailed_transfer_status
|
Detailed transfer status. |
Attributes
canceled_by
The email ID of the user who canceled the transfer request.
canceled_by: str | None
detailed_transfer_status
Detailed transfer status.
detailed_transfer_status: list['_models.DetailedTransferStatus'] | None
expiration_time
The time at which the transfer request expires.
expiration_time: datetime | None
initiator_customer_type
"Partner" and "EA".
initiator_customer_type: str | _models.InitiatorCustomerType | None
initiator_email_id
The email ID of the user who sent the transfer request.
initiator_email_id: str | None
recipient_email_id
The email ID of the user to whom the transfer request was sent.
recipient_email_id: str | None
reseller_id
Optional MPN ID of the reseller for transfer requests that are sent from a Microsoft Partner Agreement billing account.
reseller_id: str | None
reseller_name
Optional name of the reseller for transfer requests that are sent from Microsoft Partner Agreement billing account.
reseller_name: str | None
transfer_status
"Expired", "Pending", "InProgress", "Completed", "CompletedWithErrors", "Failed", "Canceled", and "Declined".
transfer_status: str | _models.TransferStatus | None