SpendingLimitDetails interface
帳單配置檔消費限制。
屬性
| amount | 帳單配置檔的初始金額。 |
| currency | 計費配置文件費用的貨幣。 |
| end |
此消費限制不再生效的日期。 |
| start |
此消費限制生效的日期。 |
| status | 目前消費限制的狀態。 |
| type | 消費限制的類型。 |
屬性詳細資料
amount
帳單配置檔的初始金額。
amount?: number
屬性值
number
currency
計費配置文件費用的貨幣。
currency?: string
屬性值
string
endDate
此消費限制不再生效的日期。
endDate?: Date
屬性值
Date
startDate
此消費限制生效的日期。
startDate?: Date
屬性值
Date
status
目前消費限制的狀態。
status?: string
屬性值
string
type
消費限制的類型。
type?: string
屬性值
string