struct_data.go 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. package bssopenapi
  2. //Licensed under the Apache License, Version 2.0 (the "License");
  3. //you may not use this file except in compliance with the License.
  4. //You may obtain a copy of the License at
  5. //
  6. //http://www.apache.org/licenses/LICENSE-2.0
  7. //
  8. //Unless required by applicable law or agreed to in writing, software
  9. //distributed under the License is distributed on an "AS IS" BASIS,
  10. //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. //See the License for the specific language governing permissions and
  12. //limitations under the License.
  13. //
  14. // Code generated by Alibaba Cloud SDK Code Generator.
  15. // Changes may cause incorrect behavior and will be lost if the code is regenerated.
  16. // Data is a nested struct in bssopenapi response
  17. type Data struct {
  18. BusinessType string `json:"BusinessType" xml:"BusinessType"`
  19. TradePrice float64 `json:"TradePrice" xml:"TradePrice"`
  20. HostId string `json:"HostId" xml:"HostId"`
  21. TotalUnAppliedInvoiceAmount int `json:"TotalUnAppliedInvoiceAmount" xml:"TotalUnAppliedInvoiceAmount"`
  22. OriginalPrice float64 `json:"OriginalPrice" xml:"OriginalPrice"`
  23. OrderId string `json:"OrderId" xml:"OrderId"`
  24. HostingStatus string `json:"HostingStatus" xml:"HostingStatus"`
  25. TotalCount int `json:"TotalCount" xml:"TotalCount"`
  26. CreditLimitStatus string `json:"CreditLimitStatus" xml:"CreditLimitStatus"`
  27. BillingCycle string `json:"BillingCycle" xml:"BillingCycle"`
  28. Uid int `json:"Uid" xml:"Uid"`
  29. OutstandingAmount float64 `json:"OutstandingAmount" xml:"OutstandingAmount"`
  30. InvalidTimeStamp int `json:"InvalidTimeStamp" xml:"InvalidTimeStamp"`
  31. Quantity int `json:"Quantity" xml:"Quantity"`
  32. AvailableCashAmount string `json:"AvailableCashAmount" xml:"AvailableCashAmount"`
  33. EffectTimeStamp int `json:"EffectTimeStamp" xml:"EffectTimeStamp"`
  34. PrimaryAccount string `json:"PrimaryAccount" xml:"PrimaryAccount"`
  35. HostName string `json:"HostName" xml:"HostName"`
  36. TotalOutstandingAmount float64 `json:"TotalOutstandingAmount" xml:"TotalOutstandingAmount"`
  37. Status string `json:"Status" xml:"Status"`
  38. UserId int `json:"UserId" xml:"UserId"`
  39. NewInvoiceAmount float64 `json:"NewInvoiceAmount" xml:"NewInvoiceAmount"`
  40. Marker string `json:"Marker" xml:"Marker"`
  41. AccountType string `json:"AccountType" xml:"AccountType"`
  42. Numerator int `json:"Numerator" xml:"Numerator"`
  43. AvailableAmount string `json:"AvailableAmount" xml:"AvailableAmount"`
  44. PageSize int `json:"PageSize" xml:"PageSize"`
  45. Amount string `json:"Amount" xml:"Amount"`
  46. MybankCreditAmount string `json:"MybankCreditAmount" xml:"MybankCreditAmount"`
  47. CreditAmount string `json:"CreditAmount" xml:"CreditAmount"`
  48. ThresholdType int `json:"ThresholdType" xml:"ThresholdType"`
  49. AccountID string `json:"AccountID" xml:"AccountID"`
  50. InstanceId string `json:"InstanceId" xml:"InstanceId"`
  51. ItemCode string `json:"ItemCode" xml:"ItemCode"`
  52. ThresholdAmount string `json:"ThresholdAmount" xml:"ThresholdAmount"`
  53. InvoiceApplyId int `json:"InvoiceApplyId" xml:"InvoiceApplyId"`
  54. Boolean bool `json:"Boolean" xml:"Boolean"`
  55. IsCertified bool `json:"IsCertified" xml:"IsCertified"`
  56. TotalInvoiceAmount int `json:"TotalInvoiceAmount" xml:"TotalInvoiceAmount"`
  57. PageNum int `json:"PageNum" xml:"PageNum"`
  58. Bid string `json:"Bid" xml:"Bid"`
  59. Currency string `json:"Currency" xml:"Currency"`
  60. LoginEmail string `json:"LoginEmail" xml:"LoginEmail"`
  61. DiscountPrice float64 `json:"DiscountPrice" xml:"DiscountPrice"`
  62. AccountName string `json:"AccountName" xml:"AccountName"`
  63. Mpk int `json:"Mpk" xml:"Mpk"`
  64. Denominator int `json:"Denominator" xml:"Denominator"`
  65. UidList UidList `json:"UidList" xml:"UidList"`
  66. OmsData OmsData `json:"OmsData" xml:"OmsData"`
  67. ModuleList ModuleList `json:"ModuleList" xml:"ModuleList"`
  68. InstanceList []Instance `json:"InstanceList" xml:"InstanceList"`
  69. OrderList OrderListInQueryOrders `json:"OrderList" xml:"OrderList"`
  70. Modules ModulesInQueryInstanceGaapCost `json:"Modules" xml:"Modules"`
  71. ResourcePackages ResourcePackages `json:"ResourcePackages" xml:"ResourcePackages"`
  72. Items ItemsInQueryBill `json:"Items" xml:"Items"`
  73. ProductList ProductList `json:"ProductList" xml:"ProductList"`
  74. ModuleDetails ModuleDetailsInGetSubscriptionPrice `json:"ModuleDetails" xml:"ModuleDetails"`
  75. PromotionDetails PromotionDetailsInGetSubscriptionPrice `json:"PromotionDetails" xml:"PromotionDetails"`
  76. AccountTransactionsList AccountTransactionsList `json:"AccountTransactionsList" xml:"AccountTransactionsList"`
  77. EvaluateList EvaluateList `json:"EvaluateList" xml:"EvaluateList"`
  78. Promotions Promotions `json:"Promotions" xml:"Promotions"`
  79. CustomerInvoiceAddressList CustomerInvoiceAddressList `json:"CustomerInvoiceAddressList" xml:"CustomerInvoiceAddressList"`
  80. CustomerInvoiceList CustomerInvoiceList `json:"CustomerInvoiceList" xml:"CustomerInvoiceList"`
  81. AttributeList AttributeList `json:"AttributeList" xml:"AttributeList"`
  82. }