| 1 | <?php |
||
| 8 | class ARBGetSubscriptionResponse extends ANetApiResponseType |
||
| 9 | { |
||
| 10 | |||
| 11 | /** |
||
| 12 | * @property \net\authorize\api\contract\v1\ARBSubscriptionMaskedType $subscription |
||
| 13 | */ |
||
| 14 | private $subscription = null; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * Gets as subscription |
||
| 18 | * |
||
| 19 | * @return \net\authorize\api\contract\v1\ARBSubscriptionMaskedType |
||
| 20 | */ |
||
| 21 | public function getSubscription() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Sets a new subscription |
||
| 28 | * |
||
| 29 | * @param \net\authorize\api\contract\v1\ARBSubscriptionMaskedType $subscription |
||
| 30 | * @return self |
||
| 31 | */ |
||
| 32 | 1 | public function setSubscription(\net\authorize\api\contract\v1\ARBSubscriptionMaskedType $subscription) |
|
| 37 | |||
| 38 | |||
| 39 | } |
||
| 40 | |||
| 41 |