TransferProperties Class

Transfer details.

Constructor

TransferProperties(*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
str

The email ID of the user to whom the transfer request was sent.

initiator_email_id
str

The email ID of the user who sent the transfer request.

canceled_by
str

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_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

transfer_status

"Expired", "Pending", "InProgress", "Completed", "CompletedWithErrors", "Failed", "Canceled", and "Declined".

transfer_status: str | _models.TransferStatus | None