1
0
Files
PayPal-PHP-Server-SDK/doc/models/link-http-method.md
2024-09-04 15:55:32 +00:00

23 lines
232 B
Markdown

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