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

Request to update an in-app product.

Attributes

  • allowMissing (type: boolean(), default: nil) - If set to true, and the in-app product with the given package_name and sku doesn't exist, the in-app product will be created.
  • autoConvertMissingPrices (type: boolean(), default: nil) - If true the prices for all regions targeted by the parent app that don't have a price specified for this in-app product will be auto converted to the target currency based on the default price. Defaults to false.
  • inappproduct (type: GoogleApi.AndroidPublisher.V3.Model.InAppProduct.t, default: nil) - The new in-app product.
  • latencyTolerance (type: String.t, default: nil) - Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.
  • packageName (type: String.t, default: nil) - Package name of the app.
  • sku (type: String.t, default: nil) - Unique identifier for the in-app product.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.InappproductsUpdateRequest{
  allowMissing: boolean() | nil,
  autoConvertMissingPrices: boolean() | nil,
  inappproduct: GoogleApi.AndroidPublisher.V3.Model.InAppProduct.t() | nil,
  latencyTolerance: String.t() | nil,
  packageName: String.t() | nil,
  sku: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.