Skip to content

Commit

Permalink
Merge pull request #527 from nickdnk/fix_php_docs_sept_2018
Browse files Browse the repository at this point in the history
Updated phpdocs
  • Loading branch information
remi-stripe authored Sep 28, 2018
2 parents b1e9f8a + 1b89c26 commit 86744d2
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions lib/Charge.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* @property string $order
* @property mixed $outcome
* @property bool $paid
* @property string $payment_intent
* @property string $receipt_email
* @property string $receipt_number
* @property bool $refunded
Expand Down
1 change: 1 addition & 0 deletions lib/CountrySpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* @property mixed $supported_bank_account_currencies
* @property string[] $supported_payment_currencies
* @property string[] $supported_payment_methods
* @property string[] $supported_transfer_countries
* @property mixed $verification_fields
*
* @package Stripe
Expand Down
1 change: 1 addition & 0 deletions lib/Coupon.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* @property bool $livemode
* @property int $max_redemptions
* @property StripeObject $metadata
* @property string $name
* @property int $percent_off
* @property int $redeem_by
* @property int $times_redeemed
Expand Down
2 changes: 2 additions & 0 deletions lib/Customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
* @property mixed $shipping
* @property Collection $sources
* @property Collection $subscriptions
* @property mixed $tax_info
* @property mixed $tax_info_verification
*
* @package Stripe
*/
Expand Down
2 changes: 2 additions & 0 deletions lib/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
* @property string $object
* @property int $created
* @property string $filename
* @property Collection $links
* @property string $purpose
* @property int $size
* @property string $title
* @property string $type
* @property string $url
*
Expand Down
1 change: 0 additions & 1 deletion lib/FileLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
* @property bool $expired
* @property int $expires_at
* @property string $file
* @property string $purpose
* @property bool $livemode
* @property StripeObject $metadata
* @property string $url
Expand Down
2 changes: 1 addition & 1 deletion lib/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
* @property int $amount_remaining
* @property int $application_fee
* @property int $attempt_count
* @property bool $auto_advance
* @property bool $attempted
* @property bool $auto_advance
* @property string $billing
* @property string $billing_reason
* @property string $charge
Expand Down
2 changes: 2 additions & 0 deletions lib/PaymentIntent.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* @property string $capture_method
* @property Collection $charges
* @property string $client_secret
* @property string $confirmation_method
* @property int $created
* @property string $currency
* @property string $customer
Expand All @@ -27,6 +28,7 @@
* @property string $on_behalf_of
* @property string $receipt_email
* @property string $return_url
* @property string $review
* @property mixed $shipping
* @property string $source
* @property string $statement_descriptor
Expand Down
2 changes: 1 addition & 1 deletion lib/Payout.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
* @property string $balance_transaction
* @property int $created
* @property string $currency
* @property string $description
* @property string $destination
* @property string $failure_balance_transaction
* @property string $failure_code
* @property string $failure_message
* @property bool $livemode
* @property StripeObject $metadata
* @property string $method
* @property string $recipient
* @property string $source_type
* @property string $statement_descriptor
* @property string $status
Expand Down
1 change: 1 addition & 0 deletions lib/Topup.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* @property mixed $source
* @property string $statement_descriptor
* @property string $status
* @property string $transfer_group
*
* @package Stripe
*/
Expand Down

0 comments on commit 86744d2

Please sign in to comment.