MoveProductEligibilityResult Class

Result of the transfer eligibility validation.

Constructor

MoveProductEligibilityResult(*args: Any, **kwargs: Any)

Variables

Name Description
is_move_eligible

Specifies whether the subscription is eligible to be transferred.

error_details

Error details of the transfer eligibility validation.

Attributes

error_details

Error details of the transfer eligibility validation.

error_details: _models.MoveProductEligibilityResultErrorDetails | None

is_move_eligible

Specifies whether the subscription is eligible to be transferred.

is_move_eligible: bool | None