struct_data.go 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. TradePrice float64 `json:"TradePrice" xml:"TradePrice"`
  19. HostId string `json:"HostId" xml:"HostId"`
  20. OriginalPrice float64 `json:"OriginalPrice" xml:"OriginalPrice"`
  21. AvailableAmount string `json:"AvailableAmount" xml:"AvailableAmount"`
  22. PageSize int `json:"PageSize" xml:"PageSize"`
  23. MybankCreditAmount string `json:"MybankCreditAmount" xml:"MybankCreditAmount"`
  24. OrderId string `json:"OrderId" xml:"OrderId"`
  25. CreditAmount string `json:"CreditAmount" xml:"CreditAmount"`
  26. InstanceId string `json:"InstanceId" xml:"InstanceId"`
  27. TotalCount int `json:"TotalCount" xml:"TotalCount"`
  28. BillingCycle string `json:"BillingCycle" xml:"BillingCycle"`
  29. OutstandingAmount float64 `json:"OutstandingAmount" xml:"OutstandingAmount"`
  30. PageNum int `json:"PageNum" xml:"PageNum"`
  31. Currency string `json:"Currency" xml:"Currency"`
  32. Quantity int `json:"Quantity" xml:"Quantity"`
  33. AvailableCashAmount string `json:"AvailableCashAmount" xml:"AvailableCashAmount"`
  34. DiscountPrice float64 `json:"DiscountPrice" xml:"DiscountPrice"`
  35. HostName string `json:"HostName" xml:"HostName"`
  36. TotalOutstandingAmount float64 `json:"TotalOutstandingAmount" xml:"TotalOutstandingAmount"`
  37. NewInvoiceAmount float64 `json:"NewInvoiceAmount" xml:"NewInvoiceAmount"`
  38. ModuleList ModuleList `json:"ModuleList" xml:"ModuleList"`
  39. InstanceList InstanceList `json:"InstanceList" xml:"InstanceList"`
  40. AttributeList AttributeList `json:"AttributeList" xml:"AttributeList"`
  41. OrderList OrderListInQueryOrders `json:"OrderList" xml:"OrderList"`
  42. Modules ModulesInQueryInstanceGaapCost `json:"Modules" xml:"Modules"`
  43. Items ItemsInQuerySettlementBill `json:"Items" xml:"Items"`
  44. Promotions Promotions `json:"Promotions" xml:"Promotions"`
  45. ResourcePackages ResourcePackages `json:"ResourcePackages" xml:"ResourcePackages"`
  46. ProductList ProductList `json:"ProductList" xml:"ProductList"`
  47. ModuleDetails ModuleDetailsInGetSubscriptionPrice `json:"ModuleDetails" xml:"ModuleDetails"`
  48. PromotionDetails PromotionDetailsInGetSubscriptionPrice `json:"PromotionDetails" xml:"PromotionDetails"`
  49. }