ValidateProductTransferEligibilityError Class

Definition

Error details of the product transfer eligibility validation.

public class ValidateProductTransferEligibilityError
type ValidateProductTransferEligibilityError = class
Public Class ValidateProductTransferEligibilityError
Inheritance
ValidateProductTransferEligibilityError

Constructors

ValidateProductTransferEligibilityError()

Initializes a new instance of the ValidateProductTransferEligibilityError class.

ValidateProductTransferEligibilityError(String, String, String)

Initializes a new instance of the ValidateProductTransferEligibilityError class.

Properties

Code

Gets or sets error code for the product transfer validation. Possible values include: 'InvalidSource', 'ProductNotActive', 'InsufficientPermissionOnSource', 'InsufficientPermissionOnDestination', 'DestinationBillingProfilePastDue', 'ProductTypeNotSupported', 'CrossBillingAccountNotAllowed', 'NotAvailableForDestinationMarket', 'OneTimePurchaseProductTransferNotAllowed'

Details

Gets or sets detailed error message explaining the error.

Message

Gets or sets the error message.

Applies to