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.
1 parent 8d80e6e commit 5406f0dCopy full SHA for 5406f0d
types/applicationForm.ts
@@ -30,6 +30,10 @@ export interface CreateApplicationFormRequest {
30
* Optional. Array of Individual, Business or SoleProprietorship. Restrict the available application type for this specific application.
31
*/
32
allowedApplicationTypes?: Array<"Individual" | "SoleProprietorship" | "Business">
33
+ /**
34
+ * Optional. Override disclosure and redirect URLs that were defined in the application form settings.
35
+ */
36
+ settingsOverride?: ApplicationFormSettingsOverride
37
}
38
relationships?: {
39
/**
0 commit comments