google_api_partners v0.1.0 GoogleApi.Partners.V2.Model.CountryOfferInfo View Source

Offer info by country.

Attributes

  • getYAmount (String.t): (localized) Get Y amount for that country's offer. Defaults to: null.
  • offerCountryCode (String.t): Country code for which offer codes may be requested. Defaults to: null.
  • offerType (String.t): Type of offer country is eligible for. Defaults to: null.

    • Enum - one of [OFFER_TYPE_UNSPECIFIED, OFFER_TYPE_SPEND_X_GET_Y, OFFER_TYPE_VIDEO, OFFER_TYPE_SPEND_MATCH]
  • spendXAmount (String.t): (localized) Spend X amount for that country's offer. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Partners.V2.Model.CountryOfferInfo{
  getYAmount: any(),
  offerCountryCode: any(),
  offerType: any(),
  spendXAmount: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.