Skip to content

Commit

Permalink
Merge pull request #825 from stripe/ob-update-phpdoc
Browse files Browse the repository at this point in the history
Update PHPDoc
  • Loading branch information
ob-stripe authored Jan 7, 2020
2 parents 6faef7f + 0ce73ea commit 2460ad5
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/BalanceTransaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* @property int $fee
* @property mixed $fee_details
* @property int $net
* @property string $reporting_category
* @property string|null $source
* @property string $status
* @property string $type
Expand Down
2 changes: 1 addition & 1 deletion lib/BankAccount.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @property string|null $account_holder_type
* @property string|null $bank_name
* @property string $country
* @property string|null $currency
* @property string $currency
* @property string|null $customer
* @property bool|null $default_for_currency
* @property string|null $fingerprint
Expand Down
1 change: 1 addition & 0 deletions lib/Charge.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* @property string|null $description
* @property string|null $destination
* @property string|null $dispute
* @property bool $disputed
* @property string|null $failure_code
* @property string|null $failure_message
* @property mixed|null $fraud_details
Expand Down
2 changes: 2 additions & 0 deletions lib/Checkout/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@
*
* @property string $id
* @property string $object
* @property string|null $billing_address_collection
* @property string $cancel_url
* @property string|null $client_reference_id
* @property string|null $customer
* @property string|null $customer_email
* @property mixed|null $display_items
* @property bool $livemode
* @property string|null $locale
* @property string|null $mode
* @property string|null $payment_intent
* @property string[] $payment_method_types
Expand Down
1 change: 1 addition & 0 deletions lib/Dispute.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* @property bool $livemode
* @property \Stripe\StripeObject $metadata
* @property string|null $network_reason_code
* @property string|null $payment_intent
* @property string $reason
* @property string $status
*
Expand Down
1 change: 1 addition & 0 deletions lib/Issuing/Authorization.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
* @property string $status
* @property array $transactions
* @property mixed $verification_data
* @property string|null $wallet_provider
*
* @package Stripe\Issuing
*/
Expand Down
2 changes: 2 additions & 0 deletions lib/Issuing/Cardholder.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
* @property string $object
* @property mixed|null $authorization_controls
* @property mixed $billing
* @property \Stripe\StripeObject|null $company
* @property int $created
* @property string|null $email
* @property \Stripe\StripeObject|null $individual
* @property bool $is_default
* @property bool $livemode
* @property \Stripe\StripeObject $metadata
Expand Down
1 change: 1 addition & 0 deletions lib/PaymentMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*
* @property string $id
* @property string $object
* @property mixed|null $au_becs_debit
* @property mixed $billing_details
* @property mixed $card
* @property mixed $card_present
Expand Down
1 change: 1 addition & 0 deletions lib/Refund.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* @property string $failure_balance_transaction
* @property string $failure_reason
* @property \Stripe\StripeObject $metadata
* @property string|null $payment_intent
* @property string|null $reason
* @property string|null $receipt_number
* @property string|null $source_transfer_reversal
Expand Down
1 change: 0 additions & 1 deletion lib/Subscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
* @property array|null $default_tax_rates
* @property \Stripe\Discount|null $discount
* @property int|null $ended_at
* @property mixed $invoice_customer_balance_settings
* @property \Stripe\Collection $items
* @property string|null $latest_invoice
* @property bool $livemode
Expand Down
2 changes: 2 additions & 0 deletions lib/Terminal/Location.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
* @property string $object
* @property mixed $address
* @property string $display_name
* @property bool $livemode
* @property \Stripe\StripeObject $metadata
*
* @package Stripe\Terminal
*/
Expand Down
2 changes: 2 additions & 0 deletions lib/Terminal/Reader.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
* @property string $device_type
* @property string|null $ip_address
* @property string $label
* @property bool $livemode
* @property string|null $location
* @property \Stripe\StripeObject $metadata
* @property string $serial_number
* @property string|null $status
*
Expand Down

0 comments on commit 2460ad5

Please sign in to comment.