bookingCurrency resource type
Namespace: microsoft.graph
Represents a monetary currency supported by a bookingBusiness.
Methods
Method | Return Type | Description |
---|---|---|
List | bookingCurrency collection | Get a list of bookingCurrency objects available to a Microsoft Bookings business. |
Get | bookingCurrency | Get the properties of a bookingCurrency object. |
Properties
Property | Type | Description |
---|---|---|
id | String | A 3-character currency code, based on ISO 4217. For example, the currency code for the US dollar is USD, and for the Australian dollar is AUD. Read-only. |
symbol | String | The currency symbol. For example, the currency symbol for the US dollar and for the Australian dollar is $. |
Relationships
None
JSON representation
The following JSON representation shows the resource type.
{
"id": "String (identifier)",
"symbol": "String"
}