Skip to content

Commit

Permalink
Add StatementDescriptor for preauths
Browse files Browse the repository at this point in the history
  • Loading branch information
hobailey committed May 19, 2016
1 parent ec4e3d2 commit 5d67fb9
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 @@ -44,6 +44,12 @@ class CardPreAuthorization extends Libraries\EntityBase
* @var string
*/
public $ResultMessage;

/**
* An optional value to be specified on the user's bank statement
* @var string
*/
public $StatementDescriptor;

/**
* How the PreAuthorization has been executed.
Expand Down

0 comments on commit 5d67fb9

Please sign in to comment.