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

Store listing of a single in-app product.

Attributes

  • benefits (type: list(String.t), default: nil) - Localized entitlement benefits for a subscription.
  • description (type: String.t, default: nil) - Description for the store listing.
  • title (type: String.t, default: nil) - Title for the store listing.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.InAppProductListing{
  benefits: [String.t()] | nil,
  description: String.t() | nil,
  title: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.