| 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] |
| Name | Value |
|---|---|
| LEND | "lend" |
| BORROW | "borrow" |