[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 579 Bytes

RepayRequest.md

File metadata and controls

18 lines (11 loc) · 579 Bytes

RepayRequest

Properties

Name Type Description Notes
currencyPair string Currency pair [default to undefined]
currency string Loan currency [default to undefined]
mode string Repay mode. all - repay all; partial - repay only some portion [default to undefined]
amount string Repay amount. Required in `partial` mode [optional] [default to undefined]

Enum: RepayRequest.Mode

  • All (value: 'all')

  • Partial (value: 'partial')