| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- 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.
- // ItemInQueryInstanceBill is a nested struct in bssopenapi response
- type ItemInQueryInstanceBill struct {
- InstanceID string `json:"InstanceID" xml:"InstanceID"`
- ServicePeriod float64 `json:"ServicePeriod" xml:"ServicePeriod"`
- BillingType string `json:"BillingType" xml:"BillingType"`
- CostUnit string `json:"CostUnit" xml:"CostUnit"`
- ProductCode string `json:"ProductCode" xml:"ProductCode"`
- ProductType string `json:"ProductType" xml:"ProductType"`
- SubscriptionType string `json:"SubscriptionType" xml:"SubscriptionType"`
- ProductName string `json:"ProductName" xml:"ProductName"`
- ProductDetail string `json:"ProductDetail" xml:"ProductDetail"`
- OwnerID int `json:"OwnerID" xml:"OwnerID"`
- BillingItem string `json:"BillingItem" xml:"BillingItem"`
- ListPrice float64 `json:"ListPrice" xml:"ListPrice"`
- ListPriceUnit string `json:"ListPriceUnit" xml:"ListPriceUnit"`
- Usage float64 `json:"Usage" xml:"Usage"`
- UsageUnit string `json:"UsageUnit" xml:"UsageUnit"`
- DeductedByResourcePackage float64 `json:"DeductedByResourcePackage" xml:"DeductedByResourcePackage"`
- PretaxGrossAmount float64 `json:"PretaxGrossAmount" xml:"PretaxGrossAmount"`
- InvoiceDiscount float64 `json:"InvoiceDiscount" xml:"InvoiceDiscount"`
- DeductedByCoupons float64 `json:"DeductedByCoupons" xml:"DeductedByCoupons"`
- PretaxAmount float64 `json:"PretaxAmount" xml:"PretaxAmount"`
- DeductedByCashCoupons float64 `json:"DeductedByCashCoupons" xml:"DeductedByCashCoupons"`
- DeductedByPrepaidCard float64 `json:"DeductedByPrepaidCard" xml:"DeductedByPrepaidCard"`
- PaymentAmount float64 `json:"PaymentAmount" xml:"PaymentAmount"`
- OutstandingAmount float64 `json:"OutstandingAmount" xml:"OutstandingAmount"`
- Currency string `json:"Currency" xml:"Currency"`
- }
|