We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7961e23 + f1ac7f0 commit 56a3f25Copy full SHA for 56a3f25
types/applicationForm.ts
@@ -22,6 +22,10 @@ export interface CreateApplicationFormRequest {
22
* Optional. Add data that is already known about the end-customer to be auto populated on the form.
23
*/
24
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">
29
}
30
31
0 commit comments