google_api_reseller v0.2.0 GoogleApi.Reseller.V1.Model.SubscriptionTransferInfo View Source

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

Attributes

  • minimumTransferableSeats (integer()): 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. Defaults to: null.
  • transferabilityExpirationTime (String.t): The time when transfer token or intent to transfer will expire. The time is in milliseconds using UNIX Epoch format. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Reseller.V1.Model.SubscriptionTransferInfo{
  minimumTransferableSeats: any(),
  transferabilityExpirationTime: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.