Skip to content

Commit

Permalink
added multicapture field
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJr committed Jul 31, 2020
1 parent af686de commit f812dcc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MangoPay/CardPreAuthorization.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f812dcc

Please sign in to comment.