Skip to content

Commit 5406f0d

Browse files
authored
update CreateApplicationFormRequest (#401)
1 parent 8d80e6e commit 5406f0d

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
@@ -30,6 +30,10 @@ export interface CreateApplicationFormRequest {
3030
* Optional. Array of Individual, Business or SoleProprietorship. Restrict the available application type for this specific application.
3131
*/
3232
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
3337
}
3438
relationships?: {
3539
/**

0 commit comments

Comments
 (0)