diff --git a/htdocs/stripe/class/stripe.class.php b/htdocs/stripe/class/stripe.class.php index b00c46b6dc6..70ed30c225f 100644 --- a/htdocs/stripe/class/stripe.class.php +++ b/htdocs/stripe/class/stripe.class.php @@ -1,5 +1,6 @@ + * Copyright (C) 2024 Frédéric France * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -48,6 +49,9 @@ class Stripe extends CommonObject */ public $id; + /** + * @var string + */ public $mode; /** @@ -55,11 +59,21 @@ class Stripe extends CommonObject */ public $entity; + /** + * @var string + */ public $statut; public $type; + /** + * @var string + */ public $code; + + /** + * @var string + */ public $declinecode; /**