GoogleApi.Reseller.V1.Model.SubscriptionTransferInfo (google_api_reseller v0.17.0) View Source

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

Attributes

  • currentLegacySkuId (type: String.t, default: nil) - Sku id of the current resold subscription. This is populated only when customer has subscription with legacy sku and the subscription resource is populated with recommeded sku for transfer in.
  • minimumTransferableSeats (type: integer(), default: nil) - 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.
  • transferabilityExpirationTime (type: String.t, default: nil) - The time when transfer token or intent to transfer will expire. The time is in milliseconds using UNIX Epoch format.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Reseller.V1.Model.SubscriptionTransferInfo{
  currentLegacySkuId: String.t() | nil,
  minimumTransferableSeats: integer() | nil,
  transferabilityExpirationTime: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.