| Name | Type | Description | Notes |
|---|---|---|---|
| currencyPair | String | Currency pair | |
| currency | String | Loan currency | |
| mode | ModeEnum | Repay mode. all - repay all; partial - repay only some portion | |
| amount | String | Repay amount. Required in `partial` mode | [optional] |
| Name | Value |
|---|---|
| ALL | "all" |
| PARTIAL | "partial" |