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
{{ message }}
This repository was archived by the owner on Jul 24, 2023. It is now read-only.
@@ -141,7 +141,7 @@ public function createPaymentRequest($payment_request_create_params = null)
141
141
*
142
142
* @throws \Freee\Accounting\ApiException on non-2xx response
143
143
* @throws \InvalidArgumentException
144
-
* @return array of \Freee\Accounting\Model\PaymentRequestResponse|\Freee\Accounting\Model\BadRequestError|\Freee\Accounting\Model\UnauthorizedError|\Freee\Accounting\Model\ForbiddenError|\Freee\Accounting\Model\BadRequestNotFoundError|\Freee\Accounting\Model\InternalServerError, HTTP status code, HTTP response headers (array of strings)
144
+
* @return array of \Freee\Accounting\Model\PaymentRequestResponse|\Freee\Accounting\Model\BadRequestError|\Freee\Accounting\Model\UnauthorizedError|\Freee\Accounting\Model\ForbiddenError|\Freee\Accounting\Model\InternalServerError, HTTP status code, HTTP response headers (array of strings)
@@ -1263,7 +1243,7 @@ public function getPaymentRequests($company_id, $status = null, $start_applicati
1263
1243
*
1264
1244
* @throws \Freee\Accounting\ApiException on non-2xx response
1265
1245
* @throws \InvalidArgumentException
1266
-
* @return array of \Freee\Accounting\Model\PaymentRequestsIndexResponse|\Freee\Accounting\Model\BadRequestError|\Freee\Accounting\Model\UnauthorizedError|\Freee\Accounting\Model\ForbiddenError|\Freee\Accounting\Model\BadRequestNotFoundError|\Freee\Accounting\Model\InternalServerError, HTTP status code, HTTP response headers (array of strings)
1246
+
* @return array of \Freee\Accounting\Model\PaymentRequestsIndexResponse|\Freee\Accounting\Model\BadRequestError|\Freee\Accounting\Model\UnauthorizedError|\Freee\Accounting\Model\ForbiddenError|\Freee\Accounting\Model\InternalServerError, HTTP status code, HTTP response headers (array of strings)
0 commit comments