Show / Hide Table of Contents

Class Subscription.TransferInfoData

Read-only transfer related information for the subscription. For more information, see retrieve transferable subscriptions for a customer.

Inheritance
object
Subscription.TransferInfoData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Reseller.v1.Data
Assembly: Google.Apis.Reseller.v1.dll
Syntax
public class Subscription.TransferInfoData

Properties

CurrentLegacySkuId

The skuId of the current resold subscription. This is populated only when the customer has a subscription with a legacy SKU and the subscription resource is populated with the skuId of the SKU recommended for the transfer.

Declaration
[JsonProperty("currentLegacySkuId")]
public virtual string CurrentLegacySkuId { get; set; }
Property Value
Type Description
string

MinimumTransferableSeats

When inserting a subscription, this is the minimum number of seats listed in the transfer order for this product. For example, if the customer has 20 users, the reseller cannot place a transfer order of 15 seats. The minimum is 20 seats.

Declaration
[JsonProperty("minimumTransferableSeats")]
public virtual int? MinimumTransferableSeats { get; set; }
Property Value
Type Description
int?

TransferabilityExpirationTime

The time when transfer token or intent to transfer will expire. The time is in milliseconds using UNIX Epoch format.

Declaration
[JsonProperty("transferabilityExpirationTime")]
public virtual long? TransferabilityExpirationTime { get; set; }
Property Value
Type Description
long?
In this article
Back to top Generated by DocFX