Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 727 Bytes

File metadata and controls

15 lines (11 loc) · 727 Bytes

UnifiedLoan

Borrow or repay

Properties

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

[Back to Model list] [Back to API list] [Back to README]