File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -307,6 +307,11 @@ export interface IndividualApplication extends BaseApplication {
307307 * Optional. Score (0-1000) for ID theft verification, >900 is auto rejected as default (threshold is configurable).
308308 */
309309 idTheftScore ?: number
310+
311+ /**
312+ * Optional. See (this)[https://docs.unit.co/customer-api-tokens/#customers-create-customer-bearer-token-jwt] section for more information.
313+ */
314+ jwtSubject ?: string
310315 } & BaseApplicationAttributes & BaseIndividualAttributes
311316
312317 relationships : BaseApplicationRelationships
@@ -627,7 +632,7 @@ export interface CreateSoleProprietorApplicationRequest {
627632 */
628633 soleProprietorship ?: boolean
629634
630-
635+
631636 /**
632637 * Optional. Indicates if the individual is a sole proprietor who has an Employer Identification Number, if specified.
633638 */
You can’t perform that action at this time.
0 commit comments