summaryrefslogtreecommitdiff
path: root/jb-ui/src/api_fsb/docs/YieldManConfig.md
blob: f6d245b5c85a38049651224103d991a018fbb4c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# YieldManConfig


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**category_request** | [**OfferWallCategoryRequest**](OfferWallCategoryRequest.md) |  | [optional] [default to undefined]
**scoring_params** | [**OfferWallRequestYieldmanParams**](OfferWallRequestYieldmanParams.md) |  | [optional] [default to undefined]

## Example

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

const instance: YieldManConfig = {
    category_request,
    scoring_params,
};
```

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