1package bssopenapi
2
3//Licensed under the Apache License, Version 2.0 (the "License");
4//you may not use this file except in compliance with the License.
5//You may obtain a copy of the License at
6//
7//http://www.apache.org/licenses/LICENSE-2.0
8//
9//Unless required by applicable law or agreed to in writing, software
10//distributed under the License is distributed on an "AS IS" BASIS,
11//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12//See the License for the specific language governing permissions and
13//limitations under the License.
14//
15// Code generated by Alibaba Cloud SDK Code Generator.
16// Changes may cause incorrect behavior and will be lost if the code is regenerated.
17
18// Item is a nested struct in bssopenapi response
19type Item struct {
20	Tax                         float64 `json:"Tax" xml:"Tax"`
21	PreviousBillingCycleBalance float64 `json:"PreviousBillingCycleBalance" xml:"PreviousBillingCycleBalance"`
22	PayerAccount                string  `json:"PayerAccount" xml:"PayerAccount"`
23	UsageStartTime              string  `json:"UsageStartTime" xml:"UsageStartTime"`
24	SuborderID                  string  `json:"SuborderID" xml:"SuborderID"`
25	SolutionCode                string  `json:"SolutionCode" xml:"SolutionCode"`
26	ProductDetail               string  `json:"ProductDetail" xml:"ProductDetail"`
27	Promotion                   string  `json:"Promotion" xml:"Promotion"`
28	Seller                      string  `json:"Seller" xml:"Seller"`
29	PretaxAmountLocal           float64 `json:"PretaxAmountLocal" xml:"PretaxAmountLocal"`
30	OutstandingAmount           float64 `json:"OutstandingAmount" xml:"OutstandingAmount"`
31	ProductCode                 string  `json:"ProductCode" xml:"ProductCode"`
32	Quantity                    string  `json:"Quantity" xml:"Quantity"`
33	InvoiceDiscount             float64 `json:"InvoiceDiscount" xml:"InvoiceDiscount"`
34	MybankPaymentAmount         float64 `json:"MybankPaymentAmount" xml:"MybankPaymentAmount"`
35	PretaxGrossAmount           float64 `json:"PretaxGrossAmount" xml:"PretaxGrossAmount"`
36	InstanceID                  string  `json:"InstanceID" xml:"InstanceID"`
37	RecordID                    string  `json:"RecordID" xml:"RecordID"`
38	Config                      string  `json:"Config" xml:"Config"`
39	Status                      string  `json:"Status" xml:"Status"`
40	Item                        string  `json:"Item" xml:"Item"`
41	ProductName                 string  `json:"ProductName" xml:"ProductName"`
42	Region                      string  `json:"Region" xml:"Region"`
43	PaymentAmount               float64 `json:"PaymentAmount" xml:"PaymentAmount"`
44	UsageEndTime                string  `json:"UsageEndTime" xml:"UsageEndTime"`
45	SolutionID                  string  `json:"SolutionID" xml:"SolutionID"`
46	ClearedTime                 string  `json:"ClearedTime" xml:"ClearedTime"`
47	PaymentTime                 string  `json:"PaymentTime" xml:"PaymentTime"`
48	CreateTime                  string  `json:"CreateTime" xml:"CreateTime"`
49	LinkedCustomerOrderID       string  `json:"LinkedCustomerOrderID" xml:"LinkedCustomerOrderID"`
50	AfterTaxAmount              float64 `json:"AfterTaxAmount" xml:"AfterTaxAmount"`
51	ResourceGroup               string  `json:"ResourceGroup" xml:"ResourceGroup"`
52	Tag                         string  `json:"Tag" xml:"Tag"`
53	OwnerID                     string  `json:"OwnerID" xml:"OwnerID"`
54	SolutionName                string  `json:"SolutionName" xml:"SolutionName"`
55	SubscriptionType            string  `json:"SubscriptionType" xml:"SubscriptionType"`
56	DeductedByCashCoupons       float64 `json:"DeductedByCashCoupons" xml:"DeductedByCashCoupons"`
57	InvoiceNo                   string  `json:"InvoiceNo" xml:"InvoiceNo"`
58	DiscountAmount              float64 `json:"DiscountAmount" xml:"DiscountAmount"`
59	BillID                      string  `json:"BillID" xml:"BillID"`
60	PaymentCurrency             string  `json:"PaymentCurrency" xml:"PaymentCurrency"`
61	ProductType                 string  `json:"ProductType" xml:"ProductType"`
62	AccountDiscount             float64 `json:"AccountDiscount" xml:"AccountDiscount"`
63	Currency                    string  `json:"Currency" xml:"Currency"`
64	DeductedByPrepaidCard       float64 `json:"DeductedByPrepaidCard" xml:"DeductedByPrepaidCard"`
65	OriginalOrderID             string  `json:"OriginalOrderID" xml:"OriginalOrderID"`
66	PaymentTransactionID        string  `json:"PaymentTransactionID" xml:"PaymentTransactionID"`
67	OrderID                     string  `json:"OrderID" xml:"OrderID"`
68	OrderType                   string  `json:"OrderType" xml:"OrderType"`
69	DeductedByCoupons           float64 `json:"DeductedByCoupons" xml:"DeductedByCoupons"`
70	ChargeDiscount              float64 `json:"ChargeDiscount" xml:"ChargeDiscount"`
71	PretaxAmount                float64 `json:"PretaxAmount" xml:"PretaxAmount"`
72}
73