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
* Optional. Filter Applications by [Tags](https://developers.unit.co/#tags).
80
80
* default: empty
81
81
*/
82
-
tags?: object
82
+
tags?: Tags
83
83
84
84
/**
85
85
* Optional. Filter results by [Check Deposit Status](https://developers.unit.co/check-deposits#check-deposit-status).
86
86
*/
87
-
status?: string[]
87
+
status?: CheckDepositStatus[]
88
88
89
89
/**
90
90
* Optional. Leave empty or provide sort=createdAt for ascending order. Provide sort=-createdAt (leading minus sign) for descending order.
91
91
*/
92
-
sort?: string
92
+
sort?: Sort
93
93
94
94
/**
95
95
* Optional. Related resource available to include: customer. See [Getting Related Resources](https://developers.unit.co/#intro-getting-related-resources).
* Optional. Filter Received Payments by ReceivedPayment Status. Usage example: filter[status][0]=Pending&filter[status][1]=Advanced. cant be stated with includeCompleted.
0 commit comments