Add source to invoice criteria. Modify invoice rules to get service fees from... #1701
1 changed files with 11 additions and 0 deletions
|
|
@ -63,6 +63,17 @@ class MotoliteEvent
|
|||
return $this;
|
||||
}
|
||||
|
||||
public function getID()
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
public function setID($id)
|
||||
{
|
||||
$this->id = $id;
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getName()
|
||||
{
|
||||
return $this->name;
|
||||
|
|
|
|||
Loading…
Reference in a new issue