View Source GoogleApi.DisplayVideo.V1.Model.PartnerGeneralConfig (google_api_display_video v0.35.0)

General settings of a partner.

Attributes

  • currencyCode (type: String.t, default: nil) - Immutable. Partner's currency in ISO 4217 format.
  • timeZone (type: String.t, default: nil) - Immutable. The standard TZ database name of the partner's time zone. For example, America/New_York. See more at: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.PartnerGeneralConfig{
  currencyCode: String.t() | nil,
  timeZone: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.