1 | <?php |
||
8 | class UpdateHeldTransactionResponse extends ANetApiResponseType |
||
9 | { |
||
10 | |||
11 | /** |
||
12 | * @property \net\authorize\api\contract\v1\TransactionResponseType |
||
13 | * $transactionResponse |
||
14 | */ |
||
15 | private $transactionResponse = null; |
||
16 | |||
17 | /** |
||
18 | * Gets as transactionResponse |
||
19 | * |
||
20 | * @return \net\authorize\api\contract\v1\TransactionResponseType |
||
21 | */ |
||
22 | public function getTransactionResponse() |
||
26 | |||
27 | /** |
||
28 | * Sets a new transactionResponse |
||
29 | * |
||
30 | * @param \net\authorize\api\contract\v1\TransactionResponseType |
||
31 | * $transactionResponse |
||
32 | * @return self |
||
33 | */ |
||
34 | public function setTransactionResponse(\net\authorize\api\contract\v1\TransactionResponseType $transactionResponse) |
||
39 | |||
40 | |||
41 | } |
||
42 | |||
43 |