1
0
Files
PayPal-PHP-Server-SDK/doc/models/link-http-method.md
Dani Kirby de24c9e488 Automated commit message (#9)
Co-authored-by: PayPalServerSDKs <server-sdks@paypal.com>
2024-10-22 09:41:42 -05: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` |