42 $matchId, $percentage)
44 $this->licenseRef = $licenseRef;
45 $this->agentRef = $agentRef;
46 $this->matchId = $matchId;
47 $this->percentage = $percentage;
55 return $this->matchId;
63 return $this->licenseRef;
71 return $this->licenseRef->getId();
79 return $this->licenseRef->getShortName();
87 return $this->licenseRef->getFullName();
95 return ClearingResult::AGENT_DECISION_TYPE;
143 return $this->agentRef;
151 return $this->agentRef->getAgentName();
159 return $this->agentRef->getAgentId();
162 public function getPercentage()
164 return $this->percentage;
__construct(LicenseRef $licenseRef, AgentRef $agentRef, $matchId, $percentage)