public sealed class TransferEligibility : IMessage<TransferEligibility>, IEquatable<TransferEligibility>, IDeepCloneable<TransferEligibility>, IBufferMessage, IMessage
Specifies transfer eligibility of a SKU.
Implements
IMessage<TransferEligibility>, IEquatable<TransferEligibility>, IDeepCloneable<TransferEligibility>, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
TransferEligibility()
public TransferEligibility()
TransferEligibility(TransferEligibility)
public TransferEligibility(TransferEligibility other)
Parameter | |
---|---|
Name | Description |
other | TransferEligibility |
Properties
Description
public string Description { get; set; }
Localized description if reseller is not eligible to transfer the SKU.
Property Value | |
---|---|
Type | Description |
String |
IneligibilityReason
public TransferEligibility.Types.Reason IneligibilityReason { get; set; }
Specified the reason for ineligibility.
Property Value | |
---|---|
Type | Description |
TransferEligibility.Types.Reason |
IsEligible
public bool IsEligible { get; set; }
Whether reseller is eligible to transfer the SKU.
Property Value | |
---|---|
Type | Description |
Boolean |