1
0
Files
PayPal-PHP-Server-SDK/doc/models/link-http-method.md
2025-11-06 20:07:39 +00:00

23 lines
451 B
Markdown

# Link Http Method
The HTTP method required to make the related call.
## Enumeration
`LinkHttpMethod`
## Fields
| Name | Description |
| --- | --- |
| `GET` | The HTTP GET method. |
| `POST` | The HTTP POST method. |
| `PUT` | The HTTP PUT method. |
| `DELETE` | The HTTP DELETE method. |
| `HEAD` | The HTTP HEAD method. |
| `CONNECT` | The HTTP CONNECT method. |
| `OPTIONS` | The HTTP OPTIONS method. |
| `PATCH` | The HTTP PATCH method. |