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

Offer details information related to a purchase line item.

Attributes

  • basePlanId (type: String.t, default: nil) - The base plan ID. Present for all base plan and offers.
  • offerId (type: String.t, default: nil) - The offer ID. Only present for discounted offers.
  • offerTags (type: list(String.t), default: nil) - The latest offer tags associated with the offer. It includes tags inherited from the base plan.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.OfferDetails{
  basePlanId: String.t() | nil,
  offerId: String.t() | nil,
  offerTags: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.