diff options
Diffstat (limited to 'jb-ui/src/api_fsb/docs/SoftPairOfferwallResponse.md')
| -rw-r--r-- | jb-ui/src/api_fsb/docs/SoftPairOfferwallResponse.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/jb-ui/src/api_fsb/docs/SoftPairOfferwallResponse.md b/jb-ui/src/api_fsb/docs/SoftPairOfferwallResponse.md new file mode 100644 index 0000000..20e86e8 --- /dev/null +++ b/jb-ui/src/api_fsb/docs/SoftPairOfferwallResponse.md @@ -0,0 +1,22 @@ +# SoftPairOfferwallResponse + + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**info** | [**OfferWallInfo**](OfferWallInfo.md) | | [default to undefined] +**offerwall** | [**SoftPairOfferwall**](SoftPairOfferwall.md) | | [default to undefined] + +## Example + +```typescript +import { SoftPairOfferwallResponse } from './api'; + +const instance: SoftPairOfferwallResponse = { + info, + offerwall, +}; +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
