struct_item.go 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. Promotion string `json:"Promotion" xml:"Promotion"`
  25. Seller string `json:"Seller" xml:"Seller"`
  26. PretaxAmountLocal float64 `json:"PretaxAmountLocal" xml:"PretaxAmountLocal"`
  27. OutstandingAmount float64 `json:"OutstandingAmount" xml:"OutstandingAmount"`
  28. ProductCode string `json:"ProductCode" xml:"ProductCode"`
  29. Quantity string `json:"Quantity" xml:"Quantity"`
  30. InvoiceDiscount float64 `json:"InvoiceDiscount" xml:"InvoiceDiscount"`
  31. MybankPaymentAmount float64 `json:"MybankPaymentAmount" xml:"MybankPaymentAmount"`
  32. InstanceID string `json:"InstanceID" xml:"InstanceID"`
  33. PretaxGrossAmount float64 `json:"PretaxGrossAmount" xml:"PretaxGrossAmount"`
  34. RecordID string `json:"RecordID" xml:"RecordID"`
  35. Config string `json:"Config" xml:"Config"`
  36. Status string `json:"Status" xml:"Status"`
  37. Item string `json:"Item" xml:"Item"`
  38. Region string `json:"Region" xml:"Region"`
  39. PaymentAmount float64 `json:"PaymentAmount" xml:"PaymentAmount"`
  40. UsageEndTime string `json:"UsageEndTime" xml:"UsageEndTime"`
  41. SolutionID string `json:"SolutionID" xml:"SolutionID"`
  42. ClearedTime string `json:"ClearedTime" xml:"ClearedTime"`
  43. PaymentTime string `json:"PaymentTime" xml:"PaymentTime"`
  44. CreateTime string `json:"CreateTime" xml:"CreateTime"`
  45. LinkedCustomerOrderID string `json:"LinkedCustomerOrderID" xml:"LinkedCustomerOrderID"`
  46. AfterTaxAmount float64 `json:"AfterTaxAmount" xml:"AfterTaxAmount"`
  47. ResourceGroup string `json:"ResourceGroup" xml:"ResourceGroup"`
  48. Tag string `json:"Tag" xml:"Tag"`
  49. OwnerID string `json:"OwnerID" xml:"OwnerID"`
  50. SolutionName string `json:"SolutionName" xml:"SolutionName"`
  51. SubscriptionType string `json:"SubscriptionType" xml:"SubscriptionType"`
  52. DeductedByCashCoupons float64 `json:"DeductedByCashCoupons" xml:"DeductedByCashCoupons"`
  53. InvoiceNo string `json:"InvoiceNo" xml:"InvoiceNo"`
  54. DiscountAmount float64 `json:"DiscountAmount" xml:"DiscountAmount"`
  55. BillID string `json:"BillID" xml:"BillID"`
  56. PaymentCurrency string `json:"PaymentCurrency" xml:"PaymentCurrency"`
  57. ProductType string `json:"ProductType" xml:"ProductType"`
  58. AccountDiscount float64 `json:"AccountDiscount" xml:"AccountDiscount"`
  59. Currency string `json:"Currency" xml:"Currency"`
  60. OriginalOrderID string `json:"OriginalOrderID" xml:"OriginalOrderID"`
  61. DeductedByPrepaidCard float64 `json:"DeductedByPrepaidCard" xml:"DeductedByPrepaidCard"`
  62. OrderID string `json:"OrderID" xml:"OrderID"`
  63. OrderType string `json:"OrderType" xml:"OrderType"`
  64. DeductedByCoupons float64 `json:"DeductedByCoupons" xml:"DeductedByCoupons"`
  65. ChargeDiscount float64 `json:"ChargeDiscount" xml:"ChargeDiscount"`
  66. PretaxAmount float64 `json:"PretaxAmount" xml:"PretaxAmount"`
  67. }