struct_item.go 5.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. // Item is a nested struct in bssopenapi response
  17. type Item struct {
  18. Tax float64 `json:"Tax" xml:"Tax"`
  19. PreviousBillingCycleBalance float64 `json:"PreviousBillingCycleBalance" xml:"PreviousBillingCycleBalance"`
  20. PayerAccount string `json:"PayerAccount" xml:"PayerAccount"`
  21. UsageStartTime string `json:"UsageStartTime" xml:"UsageStartTime"`
  22. SuborderID string `json:"SuborderID" xml:"SuborderID"`
  23. SolutionCode string `json:"SolutionCode" xml:"SolutionCode"`
  24. ProductDetail string `json:"ProductDetail" xml:"ProductDetail"`
  25. Promotion string `json:"Promotion" xml:"Promotion"`
  26. Usage string `json:"Usage" xml:"Usage"`
  27. Seller string `json:"Seller" xml:"Seller"`
  28. PretaxAmountLocal float64 `json:"PretaxAmountLocal" xml:"PretaxAmountLocal"`
  29. OutstandingAmount float64 `json:"OutstandingAmount" xml:"OutstandingAmount"`
  30. DeductedByResourcePackage string `json:"DeductedByResourcePackage" xml:"DeductedByResourcePackage"`
  31. ProductCode string `json:"ProductCode" xml:"ProductCode"`
  32. ListPrice string `json:"ListPrice" xml:"ListPrice"`
  33. Quantity string `json:"Quantity" xml:"Quantity"`
  34. InvoiceDiscount float64 `json:"InvoiceDiscount" xml:"InvoiceDiscount"`
  35. MybankPaymentAmount float64 `json:"MybankPaymentAmount" xml:"MybankPaymentAmount"`
  36. PretaxGrossAmount float64 `json:"PretaxGrossAmount" xml:"PretaxGrossAmount"`
  37. InstanceID string `json:"InstanceID" xml:"InstanceID"`
  38. RecordID string `json:"RecordID" xml:"RecordID"`
  39. Config string `json:"Config" xml:"Config"`
  40. Status string `json:"Status" xml:"Status"`
  41. Item string `json:"Item" xml:"Item"`
  42. ProductName string `json:"ProductName" xml:"ProductName"`
  43. Region string `json:"Region" xml:"Region"`
  44. PaymentAmount float64 `json:"PaymentAmount" xml:"PaymentAmount"`
  45. UsageEndTime string `json:"UsageEndTime" xml:"UsageEndTime"`
  46. RoundDownDiscount string `json:"RoundDownDiscount" xml:"RoundDownDiscount"`
  47. SolutionID string `json:"SolutionID" xml:"SolutionID"`
  48. ClearedTime string `json:"ClearedTime" xml:"ClearedTime"`
  49. InternetIP string `json:"InternetIP" xml:"InternetIP"`
  50. PaymentTime string `json:"PaymentTime" xml:"PaymentTime"`
  51. CreateTime string `json:"CreateTime" xml:"CreateTime"`
  52. LinkedCustomerOrderID string `json:"LinkedCustomerOrderID" xml:"LinkedCustomerOrderID"`
  53. CostUnit string `json:"CostUnit" xml:"CostUnit"`
  54. AfterTaxAmount float64 `json:"AfterTaxAmount" xml:"AfterTaxAmount"`
  55. ResourceGroup string `json:"ResourceGroup" xml:"ResourceGroup"`
  56. BillingType string `json:"BillingType" xml:"BillingType"`
  57. InstanceSpec string `json:"InstanceSpec" xml:"InstanceSpec"`
  58. Tag string `json:"Tag" xml:"Tag"`
  59. OwnerID string `json:"OwnerID" xml:"OwnerID"`
  60. SolutionName string `json:"SolutionName" xml:"SolutionName"`
  61. NickName string `json:"NickName" xml:"NickName"`
  62. SubscriptionType string `json:"SubscriptionType" xml:"SubscriptionType"`
  63. InstanceConfig string `json:"InstanceConfig" xml:"InstanceConfig"`
  64. DeductedByCashCoupons float64 `json:"DeductedByCashCoupons" xml:"DeductedByCashCoupons"`
  65. ServicePeriod string `json:"ServicePeriod" xml:"ServicePeriod"`
  66. InvoiceNo string `json:"InvoiceNo" xml:"InvoiceNo"`
  67. DiscountAmount float64 `json:"DiscountAmount" xml:"DiscountAmount"`
  68. BillID string `json:"BillID" xml:"BillID"`
  69. ListPriceUnit string `json:"ListPriceUnit" xml:"ListPriceUnit"`
  70. PaymentCurrency string `json:"PaymentCurrency" xml:"PaymentCurrency"`
  71. UsageUnit string `json:"UsageUnit" xml:"UsageUnit"`
  72. ProductType string `json:"ProductType" xml:"ProductType"`
  73. AccountDiscount float64 `json:"AccountDiscount" xml:"AccountDiscount"`
  74. Currency string `json:"Currency" xml:"Currency"`
  75. DeductedByPrepaidCard float64 `json:"DeductedByPrepaidCard" xml:"DeductedByPrepaidCard"`
  76. OriginalOrderID string `json:"OriginalOrderID" xml:"OriginalOrderID"`
  77. PaymentTransactionID string `json:"PaymentTransactionID" xml:"PaymentTransactionID"`
  78. OrderID string `json:"OrderID" xml:"OrderID"`
  79. OrderType string `json:"OrderType" xml:"OrderType"`
  80. DeductedByCoupons float64 `json:"DeductedByCoupons" xml:"DeductedByCoupons"`
  81. BillingItem string `json:"BillingItem" xml:"BillingItem"`
  82. Zone string `json:"Zone" xml:"Zone"`
  83. ChargeDiscount float64 `json:"ChargeDiscount" xml:"ChargeDiscount"`
  84. PretaxAmount float64 `json:"PretaxAmount" xml:"PretaxAmount"`
  85. IntranetIP string `json:"IntranetIP" xml:"IntranetIP"`
  86. }