google_api_android_publisher v0.12.0 GoogleApi.AndroidPublisher.V2.Model.SubscriptionDeferralInfo View Source

A SubscriptionDeferralInfo contains the data needed to defer a subscription purchase to a future expiry time.

Attributes

  • desiredExpiryTimeMillis (type: String.t, default: nil) - The desired next expiry time to assign to the subscription, in milliseconds since the Epoch. The given time must be later/greater than the current expiry time for the subscription.
  • expectedExpiryTimeMillis (type: String.t, default: nil) - The expected expiry time for the subscription. If the current expiry time for the subscription is not the value specified here, the deferral will not occur.

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.AndroidPublisher.V2.Model.SubscriptionDeferralInfo{
  desiredExpiryTimeMillis: String.t(),
  expectedExpiryTimeMillis: 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.