blob: c9161ccd60b32b6316961bf800fc3570b8afc1dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# AmtCashoutMethodData
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** | | [optional] [default to TypeEnum_Amt]
## Example
```typescript
import { AmtCashoutMethodData } from './api';
const instance: AmtCashoutMethodData = {
type,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|