View Source GoogleApi.AndroidPublisher.V3.Model.SubscriptionDeferralInfo (google_api_android_publisher v0.34.1)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.SubscriptionDeferralInfo{
  desiredExpiryTimeMillis: String.t() | nil,
  expectedExpiryTimeMillis: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.