Name | Type | Description | Notes |
---|---|---|---|
currency | string | Currency | [default to undefined] |
type | string | type: borrow - borrow, repay - repay | [default to undefined] |
amount | string | The amount of lending or repaying | [default to undefined] |
repaidAll | boolean | Full repayment. Repay operation only. If the value is `true`, the amount will be ignored and the loan will be repaid in full. | [optional] [default to undefined] |
currencyPair | string | Currency pair | [default to undefined] |
-
Borrow
(value:'borrow'
) -
Repay
(value:'repay'
)