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

Request message for DeactivateSubscriptionOffer.

Attributes

  • basePlanId (type: String.t, default: nil) - Required. The parent base plan (ID) of the offer to deactivate.
  • latencyTolerance (type: String.t, default: nil) - Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.
  • offerId (type: String.t, default: nil) - Required. The unique offer ID of the offer to deactivate.
  • packageName (type: String.t, default: nil) - Required. The parent app (package name) of the offer to deactivate.
  • productId (type: String.t, default: nil) - Required. The parent subscription (ID) of the offer to deactivate.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.DeactivateSubscriptionOfferRequest{
  basePlanId: String.t() | nil,
  latencyTolerance: String.t() | nil,
  offerId: String.t() | nil,
  packageName: String.t() | nil,
  productId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.