Преглед изворни кода

Add new API QueryBillToOSSSubscription.

sdk-team пре 6 година
родитељ
комит
8848a8c3cd

+ 3 - 0
ChangeLog.txt

@@ -1,3 +1,6 @@
+2019-11-13 Version: 1.60.234
+- Add new API QueryBillToOSSSubscription.
+
 2019-11-13 Version: 1.60.233
 - Supported API UpdateDomainRemark for Update Domain Remark.
 - Supported API UpdateDomainRecordRemark for Update Record Remark.

+ 106 - 0
services/bssopenapi/query_bill_to_oss_subscription.go

@@ -0,0 +1,106 @@
+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.
+
+import (
+	"github.com/aliyun/alibaba-cloud-sdk-go/sdk/requests"
+	"github.com/aliyun/alibaba-cloud-sdk-go/sdk/responses"
+)
+
+// QueryBillToOSSSubscription invokes the bssopenapi.QueryBillToOSSSubscription API synchronously
+// api document: https://help.aliyun.com/api/bssopenapi/querybilltoosssubscription.html
+func (client *Client) QueryBillToOSSSubscription(request *QueryBillToOSSSubscriptionRequest) (response *QueryBillToOSSSubscriptionResponse, err error) {
+	response = CreateQueryBillToOSSSubscriptionResponse()
+	err = client.DoAction(request, response)
+	return
+}
+
+// QueryBillToOSSSubscriptionWithChan invokes the bssopenapi.QueryBillToOSSSubscription API asynchronously
+// api document: https://help.aliyun.com/api/bssopenapi/querybilltoosssubscription.html
+// asynchronous document: https://help.aliyun.com/document_detail/66220.html
+func (client *Client) QueryBillToOSSSubscriptionWithChan(request *QueryBillToOSSSubscriptionRequest) (<-chan *QueryBillToOSSSubscriptionResponse, <-chan error) {
+	responseChan := make(chan *QueryBillToOSSSubscriptionResponse, 1)
+	errChan := make(chan error, 1)
+	err := client.AddAsyncTask(func() {
+		defer close(responseChan)
+		defer close(errChan)
+		response, err := client.QueryBillToOSSSubscription(request)
+		if err != nil {
+			errChan <- err
+		} else {
+			responseChan <- response
+		}
+	})
+	if err != nil {
+		errChan <- err
+		close(responseChan)
+		close(errChan)
+	}
+	return responseChan, errChan
+}
+
+// QueryBillToOSSSubscriptionWithCallback invokes the bssopenapi.QueryBillToOSSSubscription API asynchronously
+// api document: https://help.aliyun.com/api/bssopenapi/querybilltoosssubscription.html
+// asynchronous document: https://help.aliyun.com/document_detail/66220.html
+func (client *Client) QueryBillToOSSSubscriptionWithCallback(request *QueryBillToOSSSubscriptionRequest, callback func(response *QueryBillToOSSSubscriptionResponse, err error)) <-chan int {
+	result := make(chan int, 1)
+	err := client.AddAsyncTask(func() {
+		var response *QueryBillToOSSSubscriptionResponse
+		var err error
+		defer close(result)
+		response, err = client.QueryBillToOSSSubscription(request)
+		callback(response, err)
+		result <- 1
+	})
+	if err != nil {
+		defer close(result)
+		callback(nil, err)
+		result <- 0
+	}
+	return result
+}
+
+// QueryBillToOSSSubscriptionRequest is the request struct for api QueryBillToOSSSubscription
+type QueryBillToOSSSubscriptionRequest struct {
+	*requests.RpcRequest
+}
+
+// QueryBillToOSSSubscriptionResponse is the response struct for api QueryBillToOSSSubscription
+type QueryBillToOSSSubscriptionResponse struct {
+	*responses.BaseResponse
+	RequestId string `json:"RequestId" xml:"RequestId"`
+	Success   bool   `json:"Success" xml:"Success"`
+	Code      string `json:"Code" xml:"Code"`
+	Message   string `json:"Message" xml:"Message"`
+	Data      Data   `json:"Data" xml:"Data"`
+}
+
+// CreateQueryBillToOSSSubscriptionRequest creates a request to invoke QueryBillToOSSSubscription API
+func CreateQueryBillToOSSSubscriptionRequest() (request *QueryBillToOSSSubscriptionRequest) {
+	request = &QueryBillToOSSSubscriptionRequest{
+		RpcRequest: &requests.RpcRequest{},
+	}
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryBillToOSSSubscription", "", "")
+	return
+}
+
+// CreateQueryBillToOSSSubscriptionResponse creates a response to parse from QueryBillToOSSSubscription response
+func CreateQueryBillToOSSSubscriptionResponse() (response *QueryBillToOSSSubscriptionResponse) {
+	response = &QueryBillToOSSSubscriptionResponse{
+		BaseResponse: &responses.BaseResponse{},
+	}
+	return
+}

+ 6 - 0
services/bssopenapi/struct_item.go

@@ -35,9 +35,11 @@ type Item struct {
 	ListPrice                   string  `json:"ListPrice" xml:"ListPrice"`
 	Quantity                    string  `json:"Quantity" xml:"Quantity"`
 	InvoiceDiscount             float64 `json:"InvoiceDiscount" xml:"InvoiceDiscount"`
+	BucketOwnerId               int64   `json:"BucketOwnerId" xml:"BucketOwnerId"`
 	MybankPaymentAmount         float64 `json:"MybankPaymentAmount" xml:"MybankPaymentAmount"`
 	PretaxGrossAmount           float64 `json:"PretaxGrossAmount" xml:"PretaxGrossAmount"`
 	InstanceID                  string  `json:"InstanceID" xml:"InstanceID"`
+	SubscribeBucket             string  `json:"SubscribeBucket" xml:"SubscribeBucket"`
 	RecordID                    string  `json:"RecordID" xml:"RecordID"`
 	Config                      string  `json:"Config" xml:"Config"`
 	Status                      string  `json:"Status" xml:"Status"`
@@ -56,6 +58,7 @@ type Item struct {
 	CostUnit                    string  `json:"CostUnit" xml:"CostUnit"`
 	AfterTaxAmount              float64 `json:"AfterTaxAmount" xml:"AfterTaxAmount"`
 	ResourceGroup               string  `json:"ResourceGroup" xml:"ResourceGroup"`
+	SubscribeTime               string  `json:"SubscribeTime" xml:"SubscribeTime"`
 	BillingType                 string  `json:"BillingType" xml:"BillingType"`
 	InstanceSpec                string  `json:"InstanceSpec" xml:"InstanceSpec"`
 	Tag                         string  `json:"Tag" xml:"Tag"`
@@ -67,11 +70,14 @@ type Item struct {
 	DeductedByCashCoupons       float64 `json:"DeductedByCashCoupons" xml:"DeductedByCashCoupons"`
 	ServicePeriod               string  `json:"ServicePeriod" xml:"ServicePeriod"`
 	InvoiceNo                   string  `json:"InvoiceNo" xml:"InvoiceNo"`
+	MultAccountRelSubscribe     string  `json:"MultAccountRelSubscribe" xml:"MultAccountRelSubscribe"`
 	DiscountAmount              float64 `json:"DiscountAmount" xml:"DiscountAmount"`
 	BillID                      string  `json:"BillID" xml:"BillID"`
 	ListPriceUnit               string  `json:"ListPriceUnit" xml:"ListPriceUnit"`
 	PaymentCurrency             string  `json:"PaymentCurrency" xml:"PaymentCurrency"`
 	UsageUnit                   string  `json:"UsageUnit" xml:"UsageUnit"`
+	SubscribeType               string  `json:"SubscribeType" xml:"SubscribeType"`
+	SubscribeLanguage           string  `json:"SubscribeLanguage" xml:"SubscribeLanguage"`
 	ProductType                 string  `json:"ProductType" xml:"ProductType"`
 	AccountDiscount             float64 `json:"AccountDiscount" xml:"AccountDiscount"`
 	Currency                    string  `json:"Currency" xml:"Currency"`

+ 21 - 0
services/bssopenapi/struct_items_in_query_bill_to_oss_subscription.go

@@ -0,0 +1,21 @@
+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.
+
+// ItemsInQueryBillToOSSSubscription is a nested struct in bssopenapi response
+type ItemsInQueryBillToOSSSubscription struct {
+	Item []Item `json:"Item" xml:"Item"`
+}