From bd5968ae786333cc4ff89510c44c124792d52566 Mon Sep 17 00:00:00 2001 From: Hugo Bailey Date: Thu, 24 Jul 2014 15:56:19 +0200 Subject: [PATCH] Added missing PaymentType and AuthorizationDate --- MangoPaySDK/entities/cardPreAuthorization.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/MangoPaySDK/entities/cardPreAuthorization.inc b/MangoPaySDK/entities/cardPreAuthorization.inc index 813b3c89..1b9b5660 100644 --- a/MangoPaySDK/entities/cardPreAuthorization.inc +++ b/MangoPaySDK/entities/cardPreAuthorization.inc @@ -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