Skip to content

Commit 56a3f25

Browse files
authored
Merge pull request #64 from HiatusApp/main
add allowedApplicationTypes? param
2 parents 7961e23 + f1ac7f0 commit 56a3f25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

types/applicationForm.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ export interface CreateApplicationFormRequest {
2222
* Optional. Add data that is already known about the end-customer to be auto populated on the form.
2323
*/
2424
applicantDetails?: ApplicationFormPrefill
25+
/**
26+
* Optional. Array of Individual, Business or SoleProprietorship. Restrict the available application type for this specific application.
27+
*/
28+
allowedApplicationTypes?: Array<"Individual" | "SoleProprietorship" | "Business">
2529
}
2630
}
2731

0 commit comments

Comments
 (0)