Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 728 Bytes

CreateUniLoan.md

File metadata and controls

19 lines (12 loc) · 728 Bytes

CreateUniLoan

Properties

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]

Enum: CreateUniLoan.Type

  • Borrow (value: 'borrow')

  • Repay (value: 'repay')