bookingCurrency 资源类型bookingCurrency resource type
重要
Microsoft Graph 中/beta
的版本下的 api 可能会发生更改。APIs under the /beta
version in Microsoft Graph are subject to change. 不支持在生产应用程序中使用这些 API。Use of these APIs in production applications is not supported.
表示bookingBusiness支持的货币货币。Represents a monetary currency supported by a bookingBusiness.
方法Methods
方法Method | 返回类型Return Type | 说明Description |
---|---|---|
列出 bookingCurrenciesList bookingCurrencies | bookingCurrency集合bookingCurrency collection | 获取可用于 Microsoft 预订业务的bookingCurrency对象的列表。Get a list of bookingCurrency objects available to a Microsoft Bookings business. |
获取 bookingCurrencyGet bookingCurrency | bookingCurrencybookingCurrency | 获取bookingCurrency对象的属性。Get the properties of a bookingCurrency object. |
属性Properties
属性Property | 类型Type | 说明Description |
---|---|---|
idid | StringString | 基于ISO 4217的3个字符的货币代码。A 3-character currency code, based on ISO 4217. 例如, 美元的货币代码是 USD, 而澳大利亚美元是 AUD。For example, the currency code for the US dollar is USD, and for the Australian dollar is AUD. 只读。Read-only. |
符号symbol | StringString | 货币符号。The currency symbol. 例如, 美元的货币符号和澳大利亚美元为美元。For example, the currency symbol for the US dollar and for the Australian dollar is $. |
关系Relationships
无None
JSON 表示形式JSON representation
下面是资源的 JSON 表示形式。The following is a JSON representation of the resource.
{
"id": "String (identifier)",
"symbol": "String"
}