ValidateProductTransferEligibilityError.Code Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="code")]
public string Code { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="code")>]
member this.Code : string with get, set
Public Property Code As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to