| 1 | <?php |
||
| 8 | class ARBCancelSubscriptionRequest extends ANetApiRequestType |
||
| 9 | { |
||
| 10 | |||
| 11 | /** |
||
| 12 | * @property string $subscriptionId |
||
| 13 | */ |
||
| 14 | private $subscriptionId = null; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * Gets as subscriptionId |
||
| 18 | * |
||
| 19 | * @return string |
||
| 20 | */ |
||
| 21 | public function getSubscriptionId() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Sets a new subscriptionId |
||
| 28 | * |
||
| 29 | * @param string $subscriptionId |
||
| 30 | * @return self |
||
| 31 | */ |
||
| 32 | public function setSubscriptionId($subscriptionId) |
||
| 37 | |||
| 38 | |||
| 39 | } |
||
| 40 | |||
| 41 |