@@ -88,7 +88,7 @@ discard block |
||
88 | 88 | * Set the customer ID. |
89 | 89 | * |
90 | 90 | * @param integer $customerId The customer ID. |
91 | - * @return RequestData |
|
91 | + * @return integer |
|
92 | 92 | */ |
93 | 93 | public function setCustomerId($customerId) |
94 | 94 | { |
@@ -121,7 +121,7 @@ discard block |
||
121 | 121 | /** |
122 | 122 | * Get the external customer ID. |
123 | 123 | * |
124 | - * @return string |
|
124 | + * @return integer |
|
125 | 125 | */ |
126 | 126 | public function getExternalCustomerId() |
127 | 127 | { |
@@ -132,7 +132,7 @@ discard block |
||
132 | 132 | * Set the external customer ID. |
133 | 133 | * |
134 | 134 | * @param string $externalCustomerId The external customer ID. |
135 | - * @return RequestData |
|
135 | + * @return string |
|
136 | 136 | */ |
137 | 137 | public function setExternalCustomerId($externalCustomerId) |
138 | 138 | { |