From 4dfea5ec83d64a94b42216c12babaf54ca486c0c Mon Sep 17 00:00:00 2001 From: Nicolai Cornelis Date: Tue, 26 Feb 2019 13:08:24 +0100 Subject: [PATCH] Added possible type properties to Source --- lib/Source.php | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/lib/Source.php b/lib/Source.php index b80a5996b..31b7cf77b 100644 --- a/lib/Source.php +++ b/lib/Source.php @@ -8,22 +8,36 @@ * @property string $id * @property string $object * @property mixed $ach_credit_transfer + * @property mixed $ach_debit + * @property mixed $alipay * @property int $amount + * @property mixed $bancontact + * @property mixed $card + * @property mixed $card_present * @property string $client_secret * @property mixed $code_verification * @property int $created * @property string $currency + * @property mixed $eps * @property string $flow + * @property mixed $giropay + * @property mixed $ideal * @property bool $livemode * @property StripeObject $metadata + * @property mixed $multibanco * @property mixed $owner + * @property mixed $p24 * @property mixed $receiver * @property mixed $redirect + * @property mixed $sepa_debit + * @property mixed $sofort * @property string $statement_descriptor * @property string $status + * @property mixed $three_d_secure * @property string $type * @property string $usage - * + * @property mixed $wechat + * @package Stripe */ class Source extends ApiResource