| 1 | <?php |
||
| 8 | class GetAUJobSummaryResponse extends ANetApiResponseType |
||
| 9 | { |
||
| 10 | |||
| 11 | /** |
||
| 12 | * @property \net\authorize\api\contract\v1\AuResponseType[] $auSummary |
||
| 13 | */ |
||
| 14 | private $auSummary = null; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * Adds as auResponse |
||
| 18 | * |
||
| 19 | * @return self |
||
| 20 | * @param \net\authorize\api\contract\v1\AuResponseType $auResponse |
||
| 21 | */ |
||
| 22 | public function addToAuSummary(\net\authorize\api\contract\v1\AuResponseType $auResponse) |
||
| 27 | |||
| 28 | /** |
||
| 29 | * isset auSummary |
||
| 30 | * |
||
| 31 | * @param scalar $index |
||
| 32 | * @return boolean |
||
| 33 | */ |
||
| 34 | public function issetAuSummary($index) |
||
| 38 | |||
| 39 | /** |
||
| 40 | * unset auSummary |
||
| 41 | * |
||
| 42 | * @param scalar $index |
||
| 43 | * @return void |
||
| 44 | */ |
||
| 45 | public function unsetAuSummary($index) |
||
| 49 | |||
| 50 | /** |
||
| 51 | * Gets as auSummary |
||
| 52 | * |
||
| 53 | * @return \net\authorize\api\contract\v1\AuResponseType[] |
||
| 54 | */ |
||
| 55 | public function getAuSummary() |
||
| 59 | |||
| 60 | /** |
||
| 61 | * Sets a new auSummary |
||
| 62 | * |
||
| 63 | * @param \net\authorize\api\contract\v1\AuResponseType[] $auSummary |
||
| 64 | * @return self |
||
| 65 | */ |
||
| 66 | public function setAuSummary(array $auSummary) |
||
| 71 | |||
| 72 | |||
| 73 | } |
||
| 74 | |||
| 75 |