# PaymentTypeInformation

The information specifying the type of transaction

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**serviceLevel** | [**ServiceLevel**](ServiceLevel.md) |  | [optional] [default to undefined]

## Example

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

const instance: PaymentTypeInformation = {
    serviceLevel,
};
```

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