CurrencyConstant
A currency constant.
Columns
Name | Type | Behavior | Description |
CurrencyConstantBillableUnitMicros | Long | ATTRIBUTE | Output only. The billable unit for this currency. Billed amounts should be multiples of this value. |
CurrencyConstantCode | String | ATTRIBUTE | Output only. ISO 4217 three-letter currency code, for example, 'USD' |
CurrencyConstantName | String | ATTRIBUTE | Output only. Full English name of the currency. |
CurrencyConstantResourceName | String | ATTRIBUTE | Output only. The resource name of the currency constant. Currency constant resource names have the form: currencyConstants/{code} |
CurrencyConstantSymbol | String | ATTRIBUTE | Output only. Standard symbol for describing this currency, for example, '$' for US Dollars. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name | Type | Description |
ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |