CurrencyColumn resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
The currencyColumn on a columnDefinition resource indicates that the column's values represent currency.
JSON representation
Here is a JSON representation of a currencyColumn resource.
{
"locale": "en-us"
}
Properties
Property | Type | Description |
---|---|---|
locale | string | Specifies the locale from which to infer the currency symbol. |