Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 681 Bytes

File metadata and controls

20 lines (14 loc) · 681 Bytes

LoanPatch

Properties

Name Type Description Notes
currency String Loan currency
side SideEnum Loan side. Possible values are `lend` and `borrow`. For `LoanRecord` patching, only `lend` is supported
autoRenew Boolean Auto renew
currencyPair String Currency pair. Required for borrowing side [optional]
loanId String Loan ID. Required for `LoanRecord` patching [optional]

Enum: SideEnum

Name Value
LEND "lend"
BORROW "borrow"