日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

QueryBill - 賬單查詢服務

更新時間:

查詢用戶某個賬期內結算賬單。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

當前API暫無授權信息透出。

請求參數

名稱類型必填描述示例值
BillingCyclestring

賬期,YYYY-MM。

2018-07
Typestring

類型。取值:

  • SubscriptionOrder
  • PayAsYouGoBill
  • Refund
  • Adjustment
SubscriptionOrder
ProductCodestring

產品代碼。

rds
ProductTypestring

產品類型。

rds
SubscriptionTypestring

訂閱類型。取值:

  • Subscription
  • PayAsYouGo
說明 必須和 ProductCode 參數一起使用。
Subscription
IsHideZeroChargeboolean

根據原價(PretaxGrossAmount)是否為 0 做過濾,默認為否(兼容現有邏輯)。

  • true:是。
  • false:否。
true
PageNuminteger

頁碼,默認值為 1。

1
PageSizeinteger

每頁數量,默認值:20,最大值:300。

20
BillOwnerIdlong

資源歸屬賬號的 ID,資源歸屬賬號是實際使用資源的賬號。

123

返回參數

名稱類型描述示例值
object
Codestring

狀態碼。

Success
Messagestring

錯誤信息。

Successful!
RequestIdstring

請求 ID。

AE3F4057-DFC9-4B81-8858-F620651010C9
Successboolean

是否成功。

true
Dataobject

返回數據。

PageNuminteger

頁碼。

1
BillingCyclestring

賬期,YYYY-MM。

2020-02
AccountIDstring

賬號 ID。

185xxxxx489
PageSizeinteger

每頁條數。

1
TotalCountinteger

總記錄數。

20
AccountNamestring

賬號。

test@test.aliyunid.com
Itemsarray<object>

賬單詳情。

object
Statusstring

支付狀態。取值:

  • PayFinish:已支付
  • PayUnclear:未結清
  • PayUnsettle:未結算
  • NoSettle:免結算
PayFinish
RoundDownDiscountstring

抹零優惠。

0
Itemstring

賬單類型:

  • SubscriptionOrder
  • PayAsYouGoBill
  • Refund
  • Adjustment
SubscriptionOrder
Currencystring

幣種。

  • CNY
  • USD
  • JPY
CNY
UsageStartTimestring

賬單開始時間。

2020-03-11 07:00:00
SubscriptionTypestring

訂閱類型。取值:

  • Subscription
  • PayAsYouGo
PayAsYouGo
DeductedByCashCouponsfloat

代金券抵扣。

0
UsageEndTimestring

賬單結束時間。

2020-03-11 08:00:00
DeductedByCouponsfloat

優惠券抵扣。

0
SubOrderIdstring

該條賬單對應的訂單明細 ID。

325345254353
OutstandingAmountfloat

未結清金額。

0
PaymentTimestring

訂單支付時間。

2020-03-11 08:00:00
PipCodestring

產品 Code。

rds
PretaxAmountfloat

應付金額。

100
CommodityCodestring

商品 Code。

rds
ProductNamestring

產品名稱。

云數據庫RDS
RecordIDstring

訂單號、賬單號。

2020xxxx5912
AdjustAmountfloat

信用額度退款抵扣。

0
ProductDetailstring

產品明細。

關系型數據庫RDS(包月)
OwnerIDstring

子賬號 AccountID(多賬號代付場景)。

3532535235
DeductedByPrepaidCardfloat

儲值卡抵扣。

0
ProductTypestring

產品類型。

rds
InvoiceDiscountfloat

優惠金額。

0
PaymentAmountfloat

現金支付(含信用額度退款抵扣)。

0
PretaxGrossAmountfloat

原始金額。

0
CashAmountfloat

現金支付(不包含信用額度退款抵扣)。

0
ProductCodestring

產品代碼。

rds

示例

正常返回示例

JSON格式

{
  "Code": "Success",
  "Message": "Successful!",
  "RequestId": "AE3F4057-DFC9-4B81-8858-F620651010C9",
  "Success": true,
  "Data": {
    "PageNum": 1,
    "BillingCycle": "2020-02",
    "AccountID": "185xxxxx489",
    "PageSize": 1,
    "TotalCount": 20,
    "AccountName": "test@test.aliyunid.com",
    "Items": {
      "Item": [
        {
          "Status": "PayFinish",
          "RoundDownDiscount": "0",
          "Item": "SubscriptionOrder",
          "Currency": "CNY",
          "UsageStartTime": "2020-03-11 07:00:00",
          "SubscriptionType": "PayAsYouGo",
          "DeductedByCashCoupons": 0,
          "UsageEndTime": "2020-03-11 08:00:00",
          "DeductedByCoupons": 0,
          "SubOrderId": "325345254353",
          "OutstandingAmount": 0,
          "AfterTaxAmount": 0,
          "PaymentTime": "2020-03-11 08:00:00",
          "PretaxAmountLocal": 0,
          "Tax": 0,
          "PipCode": "rds",
          "PaymentTransactionID": "2O3AADJFEAF2PDKSFAMFCB11918",
          "PretaxAmount": 100,
          "CommodityCode": "rds",
          "ProductName": "云數據庫RDS",
          "RecordID": "2020xxxx5912",
          "AdjustAmount": 0,
          "ProductDetail": "關系型數據庫RDS(包月)",
          "PaymentCurrency": "USD",
          "OwnerID": "3532535235",
          "DeductedByPrepaidCard": 0,
          "ProductType": "rds",
          "InvoiceDiscount": 0,
          "PaymentAmount": 0,
          "PretaxGrossAmount": 0,
          "CashAmount": 0,
          "ProductCode": "rds"
        }
      ]
    }
  }
}

錯誤碼

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
2024-03-28OpenAPI 描述信息更新查看變更詳情