Skip to content

Commit

Permalink
Merge pull request #343 from gaetan-petit/patch-3
Browse files Browse the repository at this point in the history
Add missing isActive property
  • Loading branch information
mickaelpois authored Sep 10, 2019
2 parents 0732dfa + b483e81 commit b4f2fed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion MangoPay/Ubo.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ class Ubo extends Libraries\EntityBase
* @var Birthplace
*/
public $Birthplace;

/**
* @var bool
*/
public $isActive;

/**
* Get array with mapping which property is object and what type of object
Expand All @@ -47,4 +52,4 @@ public function GetSubObjects(){

return $subObjects;
}
}
}

0 comments on commit b4f2fed

Please sign in to comment.