| Name | Type | Description | Notes |
|---|---|---|---|
| currency | string | Currency | [default to undefined] |
| type | string | Type: `borrow` - borrow, `repay` - repay | [default to undefined] |
| amount | string | Borrow or repayment amount | [default to undefined] |
| repaidAll | boolean | Full repayment, only used for repayment operations. When set to `true`, overrides `amount` and directly repays the full amount | [optional] [default to undefined] |
| text | string | User defined custom ID | [optional] [default to undefined] |
-
Borrow(value:'borrow') -
Repay(value:'repay')