Skip to content

Commit 6c464e3

Browse files
Update ShopifyPayment.php
Added property / method lines for balance and payouts.
1 parent dfeee2b commit 6c464e3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/ShopifyPayment.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
*
1919
* @method ShopifyResource Dispute(integer $id = null)
2020
*
21+
* @property-read ShopifyResource $Balance
22+
*
23+
* @method ShopifyResource Balance(integer $id = null)
24+
*
25+
* @property-read ShopifyResource $Payouts
26+
*
27+
* @method ShopifyResource Payouts(integer $id = null)
28+
*
29+
2130
*/
2231
class ShopifyPayment extends ShopifyResource
2332
{

0 commit comments

Comments
 (0)