1
0
Files
PayPal-PHP-Server-SDK/doc/models/link-http-method.md
Patrick Powers 1fc2cf1e07 2.0.0 Release (#58)
* Automated commit message

* Automated commit message

* add changelog

---------

Co-authored-by: PayPalServerSDKs <server-sdks@paypal.com>
2025-11-13 16:32:53 -06: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. |