Skip to content

Commit

Permalink
Merge pull request #452 from nickdnk/fix_missing_invoice_properties
Browse files Browse the repository at this point in the history
Invoice missing amount_paid and amount_remaining properties
  • Loading branch information
brandur-stripe authored Feb 28, 2018
2 parents fc88b07 + cf95106 commit 40679aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* @property string $id
* @property string $object
* @property int $amount_due
* @property int $amount_paid
* @property int $amount_remaining
* @property int $application_fee
* @property int $attempt_count
* @property bool $attempted
Expand Down

0 comments on commit 40679aa

Please sign in to comment.