Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 733 Bytes

File metadata and controls

13 lines (10 loc) · 733 Bytes

# UnifiedLoan

Properties

Name Type Description Notes
currency string Currency
type string Type: `borrow` - borrow, `repay` - repay
amount string 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 string User defined custom ID [optional]

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