Borrow or repay
| Name | Type | Description | Notes |
|---|---|---|---|
| currency | String | Currency | |
| type | TypeEnum | Type: `borrow` - borrow, `repay` - repay | |
| amount | String | Borrow or repayment amount | |
| repaidAll | Boolean | Full repayment, only used for repayment operations. When set to `true`, overrides `amount` and directly repays the full amount | [optional] |
| text | String | User defined custom ID | [optional] |
| Name | Value |
|---|---|
| BORROW | "borrow" |
| REPAY | "repay" |