Skip to content

Commit

Permalink
Merge pull request #670 from stripe/cjavilla/issuing-trans-merchant-a…
Browse files Browse the repository at this point in the history
…mount

Add docstrings for merchant_amount and merchant_currency to Issuing/Transaction
  • Loading branch information
remi-stripe authored Jun 14, 2019
2 parents 6915bed + df191f1 commit 43a1d2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Issuing/Transaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
* @property string $dispute
* @property bool $livemode
* @property mixed $merchant_data
* @property int $merchant_amount
* @property string $merchant_currency
* @property \Stripe\StripeObject $metadata
* @property string $type
*
Expand Down

0 comments on commit 43a1d2f

Please sign in to comment.