Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 762 Bytes

File metadata and controls

19 lines (12 loc) · 762 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 Borrow or repayment amount [default to undefined]
repaidAll boolean Full repayment, only used for repayment operations. When set to `true`, overrides `amount` and directly repays the full amount [optional] [default to undefined]
text string User defined custom ID [optional] [default to undefined]

Enum: UnifiedLoan.Type

  • Borrow (value: 'borrow')

  • Repay (value: 'repay')