Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
44 | public function deny(int $claimCancelId, int $reasonId, string $note): object { |
||
45 | $this->_parameters["claimCancelId"] = $claimCancelId; |
||
46 | $this->_parameters["denyReasonId"] = $reasonId; |
||
47 | $this->_parameters["denyReasonNote"] = $note; |
||
48 | return $this->_client->ClaimCancelDeny($this->_parameters); |
||
49 | } |
||
50 | |||
68 |