public sealed class TransferEligibility : IMessage<TransferEligibility>, IEquatable<TransferEligibility>, IDeepCloneable<TransferEligibility>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class TransferEligibility.
Specifies transfer eligibility of a SKU.
Implements
IMessageTransferEligibility, IEquatableTransferEligibility, IDeepCloneableTransferEligibility, 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 |
TransferEligibilityTypesReason |
|
IsEligible
public bool IsEligible { get; set; }Whether reseller is eligible to transfer the SKU.
| Property Value | |
|---|---|
| Type | Description |
bool |
|