Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesCurrencyConstant

A currency constant.

Inheritance
object
GoogleAdsSearchads360V23ResourcesCurrencyConstant
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesCurrencyConstant : IDirectResponseSchema

Properties

BillableUnitMicros

Output only. The billable unit for this currency. Billed amounts should be multiples of this value.

Declaration
[JsonProperty("billableUnitMicros")]
public virtual long? BillableUnitMicros { get; set; }
Property Value
Type Description
long?

Code

Output only. ISO 4217 three-letter currency code, for example, "USD"

Declaration
[JsonProperty("code")]
public virtual string Code { 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

Name

Output only. Full English name of the currency.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ResourceName

Output only. The resource name of the currency constant. Currency constant resource names have the form: currencyConstants/{code}

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

Symbol

Output only. Standard symbol for describing this currency, for example, '$' for US Dollars.

Declaration
[JsonProperty("symbol")]
public virtual string Symbol { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX