From 37f62d14a98ac93d427bb857b62e9ce3ad30d5fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pu=C5=9Blecki?= Date: Wed, 20 Aug 2014 15:31:38 +0200 Subject: [PATCH] Add DebitedWalletId to PayIn entity --- MangoPaySDK/entities/payIn.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MangoPaySDK/entities/payIn.inc b/MangoPaySDK/entities/payIn.inc index 87407e19..aee0ca2a 100644 --- a/MangoPaySDK/entities/payIn.inc +++ b/MangoPaySDK/entities/payIn.inc @@ -36,6 +36,12 @@ class PayIn extends Transaction { */ public $ExecutionDetails; + /** + * The debited wallet Id + * @var int + */ + public $DebitedWalletId; + /** * Get array with mapping which property depends on other property * @return array