Class PartnerGeneralConfig
General settings of a partner.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class PartnerGeneralConfig : IDirectResponseSchema
Properties
CurrencyCode
Immutable. Partner's currency in ISO 4217 format.
Declaration
[JsonProperty("currencyCode")]
public virtual string CurrencyCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeZone
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
Declaration
[JsonProperty("timeZone")]
public virtual string TimeZone { get; set; }
Property Value
Type | Description |
---|---|
string |