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

Request message for GetSubscriptionOffer.

Attributes

  • basePlanId (type: String.t, default: nil) - Required. The parent base plan (ID) of the offer to get.
  • offerId (type: String.t, default: nil) - Required. The unique offer ID of the offer to get.
  • packageName (type: String.t, default: nil) - Required. The parent app (package name) of the offer to get.
  • productId (type: String.t, default: nil) - Required. The parent subscription (ID) of the offer to get.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.GetSubscriptionOfferRequest{
  basePlanId: 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.