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

Customers qualified for an offer.

Attributes

  • adwordsUrl (String.t): URL to the customer's AdWords page. Defaults to: null.
  • countryCode (String.t): Country code of the customer. Defaults to: null.
  • creationTime (DateTime.t): Time the customer was created. Defaults to: null.
  • eligibilityDaysLeft (integer()): Days the customer is still eligible. Defaults to: null.
  • externalCid (String.t): External CID for the customer. Defaults to: null.
  • getYAmount (String.t): Formatted Get Y amount with currency code. Defaults to: null.
  • name (String.t): Name of the customer. Defaults to: null.
  • offerType (String.t): Type of the offer 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): Formatted Spend X amount with currency code. 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.OfferCustomer{
  adwordsUrl: any(),
  countryCode: any(),
  creationTime: DateTime.t(),
  eligibilityDaysLeft: any(),
  externalCid: any(),
  getYAmount: any(),
  name: 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.