Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 752 Bytes

UnifiedLoan.md

File metadata and controls

19 lines (12 loc) · 752 Bytes

UnifiedLoan

Properties

Name Type Description Notes
currency string Currency [default to undefined]
type string type: borrow - borrow, repay - repay [default to undefined]
amount string The amount of lending or repaying [default to undefined]
repaidAll boolean Full repayment is solely for repayment operations. When set to 'true,' it overrides the 'amount,' allowing for direct full repayment. [optional] [default to undefined]
text string User defined custom ID [optional] [default to undefined]

Enum: UnifiedLoan.Type

  • Borrow (value: 'borrow')

  • Repay (value: 'repay')