From f812dcca434f8df9cee5359059b24311ede8e9a3 Mon Sep 17 00:00:00 2001 From: SoloJr Date: Fri, 31 Jul 2020 10:18:01 +0300 Subject: [PATCH] added multicapture field --- MangoPay/CardPreAuthorization.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MangoPay/CardPreAuthorization.php b/MangoPay/CardPreAuthorization.php index e354cd69..c94c63f6 100644 --- a/MangoPay/CardPreAuthorization.php +++ b/MangoPay/CardPreAuthorization.php @@ -130,6 +130,12 @@ class CardPreAuthorization extends Libraries\EntityBase */ public $SecurityInfo; + /** + * Boolean. The value is 'true' if the MultiCapture was used + * @var bool + */ + public $MultiCapture; + /** * Get array with mapping which property is object and what type of object * @return array