From 1b89c2638581a224bee59cb71ef204aa454000e3 Mon Sep 17 00:00:00 2001 From: Nicolai Cornelis Date: Fri, 28 Sep 2018 03:23:24 +0200 Subject: [PATCH] Updated phpdocs --- lib/Charge.php | 1 + lib/CountrySpec.php | 1 + lib/Coupon.php | 1 + lib/Customer.php | 2 ++ lib/File.php | 2 ++ lib/FileLink.php | 1 - lib/Invoice.php | 2 +- lib/PaymentIntent.php | 2 ++ lib/Payout.php | 2 +- lib/Topup.php | 1 + 10 files changed, 12 insertions(+), 3 deletions(-) diff --git a/lib/Charge.php b/lib/Charge.php index 96988f61a..cf82ef454 100644 --- a/lib/Charge.php +++ b/lib/Charge.php @@ -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 diff --git a/lib/CountrySpec.php b/lib/CountrySpec.php index fe25a9969..668bfe62e 100644 --- a/lib/CountrySpec.php +++ b/lib/CountrySpec.php @@ -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 diff --git a/lib/Coupon.php b/lib/Coupon.php index 23564c0ae..9d97e3a9a 100644 --- a/lib/Coupon.php +++ b/lib/Coupon.php @@ -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 diff --git a/lib/Customer.php b/lib/Customer.php index f44872c4f..19b53b906 100644 --- a/lib/Customer.php +++ b/lib/Customer.php @@ -22,6 +22,8 @@ * @property mixed $shipping * @property Collection $sources * @property Collection $subscriptions + * @property mixed $tax_info + * @property mixed $tax_info_verification * * @package Stripe */ diff --git a/lib/File.php b/lib/File.php index dd1c55993..2ef72a19e 100644 --- a/lib/File.php +++ b/lib/File.php @@ -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 * diff --git a/lib/FileLink.php b/lib/FileLink.php index 6650e40af..2a012b361 100644 --- a/lib/FileLink.php +++ b/lib/FileLink.php @@ -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 diff --git a/lib/Invoice.php b/lib/Invoice.php index a87180e5e..14aa9ca7e 100644 --- a/lib/Invoice.php +++ b/lib/Invoice.php @@ -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 diff --git a/lib/PaymentIntent.php b/lib/PaymentIntent.php index 0196e18c7..74de7d224 100644 --- a/lib/PaymentIntent.php +++ b/lib/PaymentIntent.php @@ -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 @@ -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 diff --git a/lib/Payout.php b/lib/Payout.php index 2a21f2055..daef97ff9 100644 --- a/lib/Payout.php +++ b/lib/Payout.php @@ -13,6 +13,7 @@ * @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 @@ -20,7 +21,6 @@ * @property bool $livemode * @property StripeObject $metadata * @property string $method - * @property string $recipient * @property string $source_type * @property string $statement_descriptor * @property string $status diff --git a/lib/Topup.php b/lib/Topup.php index ad277c4c1..29914665a 100644 --- a/lib/Topup.php +++ b/lib/Topup.php @@ -20,6 +20,7 @@ * @property mixed $source * @property string $statement_descriptor * @property string $status + * @property string $transfer_group * * @package Stripe */