blob: 50766ff3a69a92e1a656d1c85af691fd6e395bde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# TangoCashoutMethodData
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** | | [optional] [default to TypeEnum_Tango]
**utid** | **string** | tango utid | [default to undefined]
**countries** | **Array<string>** | | [default to undefined]
**value_type** | **string** | | [default to undefined]
**disclaimer** | **string** | | [optional] [default to '']
**terms** | **string** | | [optional] [default to '']
## Example
```typescript
import { TangoCashoutMethodData } from './api';
const instance: TangoCashoutMethodData = {
type,
utid,
countries,
value_type,
disclaimer,
terms,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|