bookingCurrency 资源类型

命名空间:microsoft.graph

表示 bookingBusiness 支持的货币。

方法

方法 返回类型 Description
List bookingCurrency 集合 获取可用于Microsoft Bookings业务的 bookingCurrency 对象列表。
Get bookingCurrency 获取 bookingCurrency 对象的属性。

属性

属性 类型 说明
id String 基于 ISO 4217 的 3 个字符的货币代码。 例如,美元的货币代码为 USD,澳元的货币代码为 AUD。 此为只读属性。
象征 String 货币符号。 例如,美元和澳元的货币符号为 $。

关系

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "id": "String (identifier)",
  "symbol": "String"
}