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