Skip to content

Commit

Permalink
Added missing PaymentType and AuthorizationDate
Browse files Browse the repository at this point in the history
  • Loading branch information
hobailey committed Jul 24, 2014
1 parent 586dc21 commit bd5968a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions MangoPaySDK/entities/cardPreAuthorization.inc
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,18 @@ class CardPreAuthorization extends EntityBase {
*/
public $ExpirationDate;

/**
* The date when the payment was authorized
* @var Timestamp
*/
public $AuthorizationDate;

/**
* The type of pre-authorization ("CARD" is the only acceptable value at present
* @var string
*/
public $PaymentType;

/**
* The Id of the associated PayIn
* @var string
Expand Down

0 comments on commit bd5968a

Please sign in to comment.