MoveBillingSubscriptionEligibilityResult interface
Result of the transfer eligibility validation.
Properties
error |
Error details of the transfer eligibility validation. |
is |
Specifies whether the subscription is eligible to be transferred. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
errorDetails
Error details of the transfer eligibility validation.
errorDetails?: MoveBillingSubscriptionErrorDetails
Property Value
isMoveEligible
Specifies whether the subscription is eligible to be transferred. NOTE: This property will not be serialized. It can only be populated by the server.
isMoveEligible?: boolean
Property Value
boolean