blob: 5d405c42ad1f70cf0c317bcedfdc5bec16055d9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# UserCpiString
If a payout transformation is configured on this account, this is the amount to display to the user
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
## Example
```typescript
import { UserCpiString } from './api';
const instance: UserCpiString = {
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|