Home > @vsf-enterprise/mollie-commercetools > ApiClientRequestParams
# ApiClientRequestParams interface
Request's configuration for commercetools' API Client.
Signature:
export interface ApiClientRequestParams
# Properties
| Property | Type | Description |
|---|---|---|
| body? | any | (Optional) |
| headers? | Record<string, string> | (Optional) |
| method? | 'GET' | 'POST' | 'DELETE' | 'PATCH' | 'PUT' | (Optional) |
| uri | string |