| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- 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.
- // Item is a nested struct in bssopenapi response
- type Item struct {
- Tax float64 `json:"Tax" xml:"Tax"`
- PreviousBillingCycleBalance float64 `json:"PreviousBillingCycleBalance" xml:"PreviousBillingCycleBalance"`
- PayerAccount string `json:"PayerAccount" xml:"PayerAccount"`
- UsageStartTime string `json:"UsageStartTime" xml:"UsageStartTime"`
- SuborderID string `json:"SuborderID" xml:"SuborderID"`
- SolutionCode string `json:"SolutionCode" xml:"SolutionCode"`
- Promotion string `json:"Promotion" xml:"Promotion"`
- Seller string `json:"Seller" xml:"Seller"`
- PretaxAmountLocal float64 `json:"PretaxAmountLocal" xml:"PretaxAmountLocal"`
- OutstandingAmount float64 `json:"OutstandingAmount" xml:"OutstandingAmount"`
- ProductCode string `json:"ProductCode" xml:"ProductCode"`
- Quantity string `json:"Quantity" xml:"Quantity"`
- InvoiceDiscount float64 `json:"InvoiceDiscount" xml:"InvoiceDiscount"`
- MybankPaymentAmount float64 `json:"MybankPaymentAmount" xml:"MybankPaymentAmount"`
- InstanceID string `json:"InstanceID" xml:"InstanceID"`
- PretaxGrossAmount float64 `json:"PretaxGrossAmount" xml:"PretaxGrossAmount"`
- RecordID string `json:"RecordID" xml:"RecordID"`
- Config string `json:"Config" xml:"Config"`
- Status string `json:"Status" xml:"Status"`
- Item string `json:"Item" xml:"Item"`
- Region string `json:"Region" xml:"Region"`
- PaymentAmount float64 `json:"PaymentAmount" xml:"PaymentAmount"`
- UsageEndTime string `json:"UsageEndTime" xml:"UsageEndTime"`
- SolutionID string `json:"SolutionID" xml:"SolutionID"`
- ClearedTime string `json:"ClearedTime" xml:"ClearedTime"`
- PaymentTime string `json:"PaymentTime" xml:"PaymentTime"`
- CreateTime string `json:"CreateTime" xml:"CreateTime"`
- LinkedCustomerOrderID string `json:"LinkedCustomerOrderID" xml:"LinkedCustomerOrderID"`
- AfterTaxAmount float64 `json:"AfterTaxAmount" xml:"AfterTaxAmount"`
- ResourceGroup string `json:"ResourceGroup" xml:"ResourceGroup"`
- Tag string `json:"Tag" xml:"Tag"`
- OwnerID string `json:"OwnerID" xml:"OwnerID"`
- SolutionName string `json:"SolutionName" xml:"SolutionName"`
- SubscriptionType string `json:"SubscriptionType" xml:"SubscriptionType"`
- DeductedByCashCoupons float64 `json:"DeductedByCashCoupons" xml:"DeductedByCashCoupons"`
- InvoiceNo string `json:"InvoiceNo" xml:"InvoiceNo"`
- DiscountAmount float64 `json:"DiscountAmount" xml:"DiscountAmount"`
- BillID string `json:"BillID" xml:"BillID"`
- PaymentCurrency string `json:"PaymentCurrency" xml:"PaymentCurrency"`
- ProductType string `json:"ProductType" xml:"ProductType"`
- AccountDiscount float64 `json:"AccountDiscount" xml:"AccountDiscount"`
- Currency string `json:"Currency" xml:"Currency"`
- OriginalOrderID string `json:"OriginalOrderID" xml:"OriginalOrderID"`
- DeductedByPrepaidCard float64 `json:"DeductedByPrepaidCard" xml:"DeductedByPrepaidCard"`
- OrderID string `json:"OrderID" xml:"OrderID"`
- OrderType string `json:"OrderType" xml:"OrderType"`
- DeductedByCoupons float64 `json:"DeductedByCoupons" xml:"DeductedByCoupons"`
- ChargeDiscount float64 `json:"ChargeDiscount" xml:"ChargeDiscount"`
- PretaxAmount float64 `json:"PretaxAmount" xml:"PretaxAmount"`
- }
|