# ServiceLevel

The rules under which the transaction should be processed

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | **string** | The code for a pre-agreed service or level of service between the parties | [optional] [default to undefined]

## Example

```typescript
import { ServiceLevel } from './api';

const instance: ServiceLevel = {
    code,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
