File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 1.8.51 - 2020-1-9
4
+ - Support DAILY report in QueryInstanBill.
5
+
6
+
3
7
## 1.8.50 - 2020-1-8
4
8
- Add TagLevel to ListSetTags.
5
9
Original file line number Diff line number Diff line change @@ -837,10 +837,14 @@ public function withBizTypeList(array $bizTypeList)
837
837
* @method $this withOwnerId($value)
838
838
* @method string getPageNum()
839
839
* @method $this withPageNum($value)
840
+ * @method string getBillingDate()
841
+ * @method $this withBillingDate($value)
840
842
* @method string getProductType()
841
843
* @method $this withProductType($value)
842
844
* @method string getIsBillingItem()
843
845
* @method $this withIsBillingItem($value)
846
+ * @method string getGranularity()
847
+ * @method $this withGranularity($value)
844
848
* @method string getPageSize()
845
849
* @method $this withPageSize($value)
846
850
*/
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class Release
16
16
/**
17
17
* Version of the SDK
18
18
*/
19
- const VERSION = '1.8.50 ' ;
19
+ const VERSION = '1.8.51 ' ;
20
20
21
21
/**
22
22
* @param Event $event
You can’t perform that action at this time.
0 commit comments