Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 695 Bytes

File metadata and controls

22 lines (15 loc) · 695 Bytes

UnifiedLoan

Borrow or repay

Properties

Name Type Description Notes
currency String Currency
type TypeEnum Type: `borrow` - borrow, `repay` - repay
amount String Borrow or repayment amount
repaidAll Boolean Full repayment, only used for repayment operations. When set to `true`, overrides `amount` and directly repays the full amount [optional]
text String User defined custom ID [optional]

Enum: TypeEnum

Name Value
BORROW "borrow"
REPAY "repay"