struct_order.go 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. // Order is a nested struct in bssopenapi response
  17. type Order struct {
  18. Region string `json:"Region" xml:"Region"`
  19. UsageEndTime string `json:"UsageEndTime" xml:"UsageEndTime"`
  20. PaymentTime string `json:"PaymentTime" xml:"PaymentTime"`
  21. PaymentCurrency string `json:"PaymentCurrency" xml:"PaymentCurrency"`
  22. CreateTime string `json:"CreateTime" xml:"CreateTime"`
  23. ProductType string `json:"ProductType" xml:"ProductType"`
  24. PaymentStatus string `json:"PaymentStatus" xml:"PaymentStatus"`
  25. Currency string `json:"Currency" xml:"Currency"`
  26. SubOrderId string `json:"SubOrderId" xml:"SubOrderId"`
  27. ProductCode string `json:"ProductCode" xml:"ProductCode"`
  28. InstanceIDs string `json:"InstanceIDs" xml:"InstanceIDs"`
  29. AfterTaxAmount string `json:"AfterTaxAmount" xml:"AfterTaxAmount"`
  30. OrderId string `json:"OrderId" xml:"OrderId"`
  31. OrderType string `json:"OrderType" xml:"OrderType"`
  32. Quantity string `json:"Quantity" xml:"Quantity"`
  33. PretaxGrossAmount string `json:"PretaxGrossAmount" xml:"PretaxGrossAmount"`
  34. PretaxAmountLocal string `json:"PretaxAmountLocal" xml:"PretaxAmountLocal"`
  35. SubscriptionType string `json:"SubscriptionType" xml:"SubscriptionType"`
  36. Tax string `json:"Tax" xml:"Tax"`
  37. Config string `json:"Config" xml:"Config"`
  38. UsageStartTime string `json:"UsageStartTime" xml:"UsageStartTime"`
  39. PretaxAmount string `json:"PretaxAmount" xml:"PretaxAmount"`
  40. }