ChargesListOptionalParams interface
選用參數。
- Extends
屬性
apply | 可用來依 properties/billingProfileId、properties/invoiceSectionId、properties/customerId 群組 billingAccount 範圍的費用、properties/customerId (Partner Led) 的特定費用,或依 properties/invoiceSectionId 分組 billingProfile 範圍。 |
end |
結束日期 |
filter | 可用來依屬性/usageEnd (Utc 時間) 、properties/usageStart (Utc 時間) 來篩選費用。 篩選準則支援 'eq'、'lt'、'gt'、'le'、'ge'和 'and'。 它目前不支援 'ne'、'or' 或 'not'。 標籤篩選是索引鍵值組字串,其中索引鍵和值會以冒號分隔 (:) 。 |
start |
開始日期 |
繼承的屬性
abort |
可用來中止要求的訊號。 |
on |
每次從伺服器收到回應時要呼叫的函式,同時執行要求的作業。 可以多次呼叫。 |
request |
建立和傳送此作業之 HTTP 要求時所使用的選項。 |
serializer |
覆寫序列化/取消序列化行為的選項。 |
tracing |
啟用追蹤時所使用的選項。 |
屬性詳細資料
apply
可用來依 properties/billingProfileId、properties/invoiceSectionId、properties/customerId 群組 billingAccount 範圍的費用、properties/customerId (Partner Led) 的特定費用,或依 properties/invoiceSectionId 分組 billingProfile 範圍。
apply?: string
屬性值
string
endDate
結束日期
endDate?: string
屬性值
string
filter
可用來依屬性/usageEnd (Utc 時間) 、properties/usageStart (Utc 時間) 來篩選費用。 篩選準則支援 'eq'、'lt'、'gt'、'le'、'ge'和 'and'。 它目前不支援 'ne'、'or' 或 'not'。 標籤篩選是索引鍵值組字串,其中索引鍵和值會以冒號分隔 (:) 。
filter?: string
屬性值
string
startDate
開始日期
startDate?: string
屬性值
string
繼承的屬性詳細資料
abortSignal
可用來中止要求的訊號。
abortSignal?: AbortSignalLike
屬性值
繼承自 coreClient.OperationOptions.abortSignal
onResponse
每次從伺服器收到回應時要呼叫的函式,同時執行要求的作業。 可以多次呼叫。
onResponse?: RawResponseCallback
屬性值
繼承自 coreClient.OperationOptions.onResponse
requestOptions
建立和傳送此作業之 HTTP 要求時所使用的選項。
requestOptions?: OperationRequestOptions
屬性值
繼承自 coreClient.OperationOptions.requestOptions
serializerOptions
覆寫序列化/取消序列化行為的選項。
serializerOptions?: SerializerOptions
屬性值
繼承自 coreClient.OperationOptions.serializerOptions
tracingOptions
啟用追蹤時所使用的選項。
tracingOptions?: OperationTracingOptions
屬性值
繼承自 coreClient.OperationOptions.tracingOptions