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
* See [Create an Application Form from an existing Application](https://developers.unit.co/application-forms/#create-an-application-form-from-an-existing-application)
50
+
*/
51
+
application?: {
52
+
data: {
53
+
type: "application"
54
+
id: string
55
+
}
56
+
}
57
+
}
58
+
}
59
+
60
+
exportinterfaceCreateApplicationFormV2{
61
+
type: "applicationForm"
62
+
attributes: {
63
+
/**
64
+
* See [Tags](https://developers.unit.co/#tags). Tags that will be copied to the customer that this application creates(see [Tag Inheritance](https://developers.unit.co/#tag-inheritance)).
65
+
*/
66
+
tags?: object
67
+
/**
68
+
* Optional. Add data that is already known about the end-customer to be auto populated on the form.
69
+
*/
70
+
applicantDetails?: ApplicationFormPrefill
71
+
/**
72
+
* Optional. Array of Individual, Business or SoleProprietorship. Restrict the available application type for this specific application.
* See [Idempotency](https://docs.unit.co/#intro-idempotency). Required for ApplicationFormV2
82
+
*/
83
+
idempotencyKey: string
84
+
85
+
/**
86
+
* Optional. JWT subject for embedding via JWT token
87
+
*/
88
+
89
+
jwtSubject?: string
90
+
}
38
91
relationships?: {
39
92
/**
40
93
* Optional. The ID of the white-label theme to be used for this application form. See [White-Labeling and Customization](https://www.unit.co/docs/white-label-uis/white-label-application-form/#white-labeling-and-customization).
* Optional. The ID of the lending program to be used for this application form. See [Create Application Form with Credit Application](https://www.unit.co/docs/white-label-uis/white-label-application-form/#create-application-form-with-credit-application) for more information.
* See [Create an Application Form from an existing Application](https://developers.unit.co/application-forms/#create-an-application-form-from-an-existing-application)
66
-
*/
67
-
application?: {
68
-
data: {
69
-
type: "application"
70
-
id: string
111
+
/**
112
+
* See [Create an Application Form from an existing Application](https://developers.unit.co/application-forms/#create-an-application-form-from-an-existing-application)
* See [Tags](https://developers.unit.co/#tags). Tags that will be copied to the customer that this application creates(see [Tag Inheritance](https://developers.unit.co/#tag-inheritance)).
83
-
*/
84
-
tags?: object
125
+
exporttypeApplicationFormV2={
126
+
type: "applicationFormV2"
127
+
id: string
128
+
attributes: {
85
129
86
130
/**
87
-
* The URL of the application form for the end-customer to access
131
+
* Date only. The date the resource was created.
132
+
* RFC3339 format. For more information: https://en.wikipedia.org/wiki/ISO_8601#RFCs
88
133
*/
89
-
url: string
134
+
135
+
createdAt: string
90
136
91
137
/**
92
-
* Optional. Add data that is already known about the end-customer to be auto populated on the form.
138
+
* Date only. The date the resource was updated.
139
+
* RFC3339 format. For more information: https://en.wikipedia.org/wiki/ISO_8601#RFCs
93
140
*/
94
-
applicantDetails?: ApplicationFormPrefill
95
141
96
-
/***
97
-
* Optional. restrict the available application type for this specific application.
* Optional. Language of application form. Either en or es. If not specified, will default to en.
145
+
* See [Tags](https://developers.unit.co/#tags). Tags that will be copied to the customer that this application creates(see [Tag Inheritance](https://developers.unit.co/#tag-inheritance)).
103
146
*/
104
-
lang?: "en"|"es"
147
+
tags: Tags
105
148
106
149
/**
107
-
* Optional. Override disclosure URLs that were defined in the application form settings.
0 commit comments