Class GoogleAdsSearchads360V23ResourcesCurrencyConstant
A currency constant.
Implements
Inherited Members
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 |