1 | <?php |
||
8 | class ARBCreateSubscriptionResponse extends ANetApiResponseType |
||
9 | { |
||
10 | |||
11 | /** |
||
12 | * @property string $subscriptionId |
||
13 | */ |
||
14 | private $subscriptionId = null; |
||
15 | |||
16 | /** |
||
17 | * @property \net\authorize\api\contract\v1\CustomerProfileIdType $profile |
||
18 | */ |
||
19 | private $profile = null; |
||
20 | |||
21 | /** |
||
22 | * Gets as subscriptionId |
||
23 | * |
||
24 | * @return string |
||
25 | */ |
||
26 | public function getSubscriptionId() |
||
30 | |||
31 | /** |
||
32 | * Sets a new subscriptionId |
||
33 | * |
||
34 | * @param string $subscriptionId |
||
35 | * @return self |
||
36 | */ |
||
37 | public function setSubscriptionId($subscriptionId) |
||
42 | |||
43 | /** |
||
44 | * Gets as profile |
||
45 | * |
||
46 | * @return \net\authorize\api\contract\v1\CustomerProfileIdType |
||
47 | */ |
||
48 | public function getProfile() |
||
52 | |||
53 | /** |
||
54 | * Sets a new profile |
||
55 | * |
||
56 | * @param \net\authorize\api\contract\v1\CustomerProfileIdType $profile |
||
57 | * @return self |
||
58 | */ |
||
59 | public function setProfile(\net\authorize\api\contract\v1\CustomerProfileIdType $profile) |
||
64 | |||
65 | |||
66 | // Json Set Code |
||
67 | public function set($data) |
||
113 | |||
114 | } |
||
115 | |||
116 |