Class TransferEligibility (1.5.0)

public sealed class TransferEligibility : IMessage<TransferEligibility>, IEquatable<TransferEligibility>, IDeepCloneable<TransferEligibility>, IBufferMessage, IMessage

Specifies transfer eligibility of a SKU.

Inheritance

Object > TransferEligibility

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

TransferEligibility()

public TransferEligibility()

TransferEligibility(TransferEligibility)

public TransferEligibility(TransferEligibility other)
Parameter
NameDescription
otherTransferEligibility

Properties

Description

public string Description { get; set; }

Localized description if reseller is not eligible to transfer the SKU.

Property Value
TypeDescription
String

IneligibilityReason

public TransferEligibility.Types.Reason IneligibilityReason { get; set; }

Specified the reason for ineligibility.

Property Value
TypeDescription
TransferEligibility.Types.Reason

IsEligible

public bool IsEligible { get; set; }

Whether reseller is eligible to transfer the SKU.

Property Value
TypeDescription
Boolean