Cloud Channel v1 API - Class TransferEligibility (2.13.0)

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

Reference documentation and code samples for the Cloud Channel v1 API class TransferEligibility.

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
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