You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Credit Applications (#451)
* implementation of CreditApplication
* small test
* annualIncome is optional
* two kinds of CreateCreditApplicationRequest
* test for create credit application
* lint fix
* update interfaces, more work to be done
* lint-fix
* refactoring: Account Limits (#452)
* credit account limits and new attributes to deposit account limits
* added a test
* limits id
* lint-fix
* New repayments (#454)
* feat: configured types for Partner repayments
* feat: repayment tests
* fix: repayment tests cleanup
* fix: updated repayment statuses
* fix: fixed book repayment test failing
* fix: updated counterparty creation in repayments to use a plaid token
* fix: fixed incorrect check in tests
* feat: repayment test adjustments to use another credit account with different lending terms
* fix: added new credit terms into tests
* feat: added recurring repayment to repayment list filters
* 0.45.0
* 0.45.0
* Add check payment daily and monthly sent
---------
Co-authored-by: Alex Shani <[email protected]>
Co-authored-by: Yehor Zhukovskyi <[email protected]>
* Optional. Filter repayments by Repayment type. such as (AchRepayment, BookRepayment). Usage example: filter[type][0]=AchRepayment&filter[type][1]=BookRepayment
67
67
*/
68
68
type?: string[]
69
+
70
+
/**
71
+
* Optional. Filters the result according to the associated [Recurring Repayment](https://www.unit.co/docs/api/recurring-repayments/) id
0 commit comments