Skip to content

Commit

Permalink
Modify QueryBill, add SubOrderId in item of response.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Nov 26, 2019
1 parent b8096fa commit a09a400
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.7.177 - 2019-11-26
- Modify QueryBill, add SubOrderId in item of response.


## 1.7.176 - 2019-11-26
- Supported API BindInstanceDomains.
- Supported API UnbindInstanceDomains.
Expand Down
23 changes: 23 additions & 0 deletions src/BssOpenApi/V20171214/BssOpenApiApiResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
* @method QueryRedeem queryRedeem(array $options = [])
* @method QueryResellerAvailableQuota queryResellerAvailableQuota(array $options = [])
* @method QueryResourcePackageInstances queryResourcePackageInstances(array $options = [])
* @method QueryRIUtilizationDetail queryRIUtilizationDetail(array $options = [])
* @method QuerySettlementBill querySettlementBill(array $options = [])
* @method QueryUserOmsData queryUserOmsData(array $options = [])
* @method RenewInstance renewInstance(array $options = [])
Expand Down Expand Up @@ -998,6 +999,28 @@ class QueryResourcePackageInstances extends Rpc
{
}

/**
* @method string getDeductedInstanceId()
* @method $this withDeductedInstanceId($value)
* @method string getInstanceSpec()
* @method $this withInstanceSpec($value)
* @method string getEndTime()
* @method $this withEndTime($value)
* @method string getRIInstanceId()
* @method $this withRIInstanceId($value)
* @method string getStartTime()
* @method $this withStartTime($value)
* @method string getPageNum()
* @method $this withPageNum($value)
* @method string getPageSize()
* @method $this withPageSize($value)
* @method string getRICommodityCode()
* @method $this withRICommodityCode($value)
*/
class QueryRIUtilizationDetail extends Rpc
{
}

/**
* @method string getProductCode()
* @method $this withProductCode($value)
Expand Down
2 changes: 1 addition & 1 deletion src/Release.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Release
/**
* Version of the SDK
*/
const VERSION = '1.7.176';
const VERSION = '1.7.177';

/**
* @param Event $event
Expand Down

0 comments on commit a09a400

Please sign in to comment.