google_api_reseller v0.8.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 (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

Link to this type

t()

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

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.