Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
34 | public function deny(int $claimCancelId, int $reasonId, string $note): object { |
||
35 | $this->_parameters["claimCancelId"] = $claimCancelId; |
||
36 | $this->_parameters["denyReasonId"] = $reasonId; |
||
37 | $this->_parameters["denyReasonNote"] = $note; |
||
38 | return $this->_client->ClaimCancelDeny($this->_parameters); |
||
39 | } |
||
40 | |||
51 |