Skip to content

Commit

Permalink
Merge pull request #952 from stripe/remi/codegen-0953a6a
Browse files Browse the repository at this point in the history
Improve PHPDoc
  • Loading branch information
remi-stripe authored Jun 11, 2020
2 parents 2468717 + c140b27 commit b550fc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Issuing/Dispute.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* @property string $object String representing the object's type. Objects of the same type share the same value.
* @property \Stripe\BalanceTransaction[] $balance_transactions List of balance transactions associated with this dispute.
* @property bool $livemode Has the value <code>true</code> if the object exists in live mode or the value <code>false</code> if the object exists in test mode.
* @property string|\Stripe\Issuing\Transaction $transaction The transaction being disputed.
*/
class Dispute extends \Stripe\ApiResource
{
Expand Down

0 comments on commit b550fc0

Please sign in to comment.