Skip to content

Commit

Permalink
Merge pull request #23 from hobailey/master
Browse files Browse the repository at this point in the history
Added missing PaymentType and AuthorizationDate
  • Loading branch information
lukasz-puslecki committed Aug 20, 2014
2 parents 1a28d41 + bd5968a commit 9fb1842
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 9fb1842

Please sign in to comment.