@@ -87,7 +87,7 @@ discard block |
||
| 87 | 87 | * Set the customer ID. |
| 88 | 88 | * |
| 89 | 89 | * @param integer $customerId The customer ID. |
| 90 | - * @return RequestData |
|
| 90 | + * @return integer |
|
| 91 | 91 | */ |
| 92 | 92 | public function setCustomerId($customerId) |
| 93 | 93 | { |
@@ -120,7 +120,7 @@ discard block |
||
| 120 | 120 | /** |
| 121 | 121 | * Get the external customer ID. |
| 122 | 122 | * |
| 123 | - * @return string |
|
| 123 | + * @return integer |
|
| 124 | 124 | */ |
| 125 | 125 | public function getExternalCustomerId() |
| 126 | 126 | { |
@@ -660,7 +660,7 @@ |
||
| 660 | 660 | /** |
| 661 | 661 | * Get the customer number. |
| 662 | 662 | * |
| 663 | - * @return int |
|
| 663 | + * @return string |
|
| 664 | 664 | */ |
| 665 | 665 | public function getCustomerNumber() |
| 666 | 666 | { |
@@ -247,7 +247,7 @@ |
||
| 247 | 247 | /** |
| 248 | 248 | * Get the customer number. |
| 249 | 249 | * |
| 250 | - * @return int The customer number. |
|
| 250 | + * @return string The customer number. |
|
| 251 | 251 | */ |
| 252 | 252 | public function getCustomerNumber() |
| 253 | 253 | { |
@@ -159,7 +159,7 @@ |
||
| 159 | 159 | /** |
| 160 | 160 | * Get the customer number. |
| 161 | 161 | * |
| 162 | - * @return integer |
|
| 162 | + * @return string |
|
| 163 | 163 | */ |
| 164 | 164 | public function getCustomerNumber() |
| 165 | 165 | { |