You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$content = $response->getBody(); // stream goes to serializer
@@ -481,14 +481,14 @@ public function accountCreateRequest(Model\AccountCreateRequest $account_create_
481
481
*
482
482
* Get Account
483
483
*
484
-
* @param string $account_id `account_id` or `email_address` is required. If both are provided, the account id prevails. The ID of the Account. (optional)
485
-
* @param string $email_address `account_id` or `email_address` is required, If both are provided, the account id prevails. The email address of the Account. (optional)
484
+
* @param string|null $account_id `account_id` or `email_address` is required. If both are provided, the account id prevails. The ID of the Account. (optional)
485
+
* @param string|null $email_address `account_id` or `email_address` is required, If both are provided, the account id prevails. The email address of the Account. (optional)
486
486
*
487
487
* @return Model\AccountGetResponse
488
488
* @throws ApiException on non-2xx response or if the response body is not in the expected format
@@ -499,16 +499,16 @@ public function accountGet(string $account_id = null, string $email_address = nu
499
499
*
500
500
* Get Account
501
501
*
502
-
* @param string $account_id `account_id` or `email_address` is required. If both are provided, the account id prevails. The ID of the Account. (optional)
503
-
* @param string $email_address `account_id` or `email_address` is required, If both are provided, the account id prevails. The email address of the Account. (optional)
504
-
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['accountGet'] to see the possible values for this operation
502
+
* @param string|null $account_id `account_id` or `email_address` is required. If both are provided, the account id prevails. The ID of the Account. (optional)
503
+
* @param string|null $email_address `account_id` or `email_address` is required, If both are provided, the account id prevails. The email address of the Account. (optional)
504
+
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['accountGet'] to see the possible values for this operation
505
505
*
506
506
* @return array of Model\AccountGetResponse, HTTP status code, HTTP response headers (array of strings)
507
507
* @throws ApiException on non-2xx response or if the response body is not in the expected format
508
508
* @throws InvalidArgumentException
509
509
* @deprecated Prefer to use ::accountGet. This method will eventually become unavailable
$content = $response->getBody(); // stream goes to serializer
@@ -637,15 +637,15 @@ public function accountGetWithHttpInfo(string $account_id = null, string $email_
637
637
*
638
638
* Get Account
639
639
*
640
-
* @param string $account_id `account_id` or `email_address` is required. If both are provided, the account id prevails. The ID of the Account. (optional)
641
-
* @param string $email_address `account_id` or `email_address` is required, If both are provided, the account id prevails. The email address of the Account. (optional)
642
-
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['accountGet'] to see the possible values for this operation
640
+
* @param string|null $account_id `account_id` or `email_address` is required. If both are provided, the account id prevails. The ID of the Account. (optional)
641
+
* @param string|null $email_address `account_id` or `email_address` is required, If both are provided, the account id prevails. The email address of the Account. (optional)
642
+
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['accountGet'] to see the possible values for this operation
643
643
*
644
644
* @return \GuzzleHttp\Promise\PromiseInterface
645
645
* @throws InvalidArgumentException
646
646
* @deprecated Prefer to use ::accountGet. This method will eventually become unavailable
* @param string $account_id `account_id` or `email_address` is required. If both are provided, the account id prevails. The ID of the Account. (optional)
664
-
* @param string $email_address `account_id` or `email_address` is required, If both are provided, the account id prevails. The email address of the Account. (optional)
665
-
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['accountGet'] to see the possible values for this operation
663
+
* @param string|null $account_id `account_id` or `email_address` is required. If both are provided, the account id prevails. The ID of the Account. (optional)
664
+
* @param string|null $email_address `account_id` or `email_address` is required, If both are provided, the account id prevails. The email address of the Account. (optional)
665
+
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['accountGet'] to see the possible values for this operation
666
666
*
667
667
* @return \GuzzleHttp\Promise\PromiseInterface
668
668
* @throws InvalidArgumentException
669
669
* @deprecated Prefer to use ::accountGet. This method will eventually become unavailable
* @param string $account_id `account_id` or `email_address` is required. If both are provided, the account id prevails. The ID of the Account. (optional)
716
-
* @param string $email_address `account_id` or `email_address` is required, If both are provided, the account id prevails. The email address of the Account. (optional)
717
-
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['accountGet'] to see the possible values for this operation
715
+
* @param string|null $account_id `account_id` or `email_address` is required. If both are provided, the account id prevails. The ID of the Account. (optional)
716
+
* @param string|null $email_address `account_id` or `email_address` is required, If both are provided, the account id prevails. The email address of the Account. (optional)
717
+
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['accountGet'] to see the possible values for this operation
718
718
*
719
719
* @return Request
720
720
* @throws InvalidArgumentException
721
721
* @deprecated Prefer to use ::accountGet. This method will eventually become unavailable
0 commit comments