Skip to content

Commit

Permalink
Add DebitedWalletId to PayIn entity
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-puslecki committed Aug 20, 2014
1 parent 9fb1842 commit 37f62d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MangoPaySDK/entities/payIn.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37f62d1

Please sign in to comment.