Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 516 Bytes

File metadata and controls

19 lines (13 loc) · 516 Bytes

RepayRequest

Properties

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]

Enum: ModeEnum

Name Value
ALL "all"
PARTIAL "partial"