Skip to content

Commit

Permalink
Merge pull request #407 from Mangopay/feature/multicapture
Browse files Browse the repository at this point in the history
added multicapture field
  • Loading branch information
catacraciun committed Aug 28, 2020
2 parents 873f8b5 + f812dcc commit 90a9755
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 90a9755

Please sign in to comment.