struct_item.go 4.7 KB

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