From d2d0d8489f1e5cdfecc9530f7ee818b5376e450e Mon Sep 17 00:00:00 2001 From: baijunyao Date: Mon, 16 Sep 2019 12:10:17 +0800 Subject: [PATCH] Add `invoice` property to phpdoc --- lib/PaymentIntent.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/PaymentIntent.php b/lib/PaymentIntent.php index b5d507ea8..514774f5f 100644 --- a/lib/PaymentIntent.php +++ b/lib/PaymentIntent.php @@ -22,6 +22,7 @@ * @property string $currency * @property string $customer * @property string $description + * @property string $invoice * @property mixed $last_payment_error * @property bool $livemode * @property StripeObject $metadata