1
0

Automated commit message

This commit is contained in:
PayPalServerSDKs
2025-05-27 17:46:31 +00:00
parent 671a2b2e5a
commit 3964c1732b
233 changed files with 3121 additions and 1544 deletions

View File

@@ -7,8 +7,8 @@ Represents a single Http Request.
| Name | Type | Description |
| --- | --- | --- |
| getHttpMethod() | string | The HTTP method of the request. |
| getQueryUrl() | string | The endpoint URL for the API request. |
| getHeaders() | array | Request headers. |
| getParameters() | array | Input parameters for the body. |
| `getHttpMethod()` | `string` | The HTTP method of the request. |
| `getQueryUrl()` | `string` | The endpoint URL for the API request. |
| `getHeaders()` | `array` | Request headers. |
| `getParameters()` | `array` | Input parameters for the body. |