Skip to content

Commit d5ea72f

Browse files
committed
Fix comments according to new officer titles
1 parent 59d80ec commit d5ea72f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

types/application.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export interface BusinessApplication extends BaseApplication {
192192
contact: BusinessContact
193193

194194
/**
195-
* Officer representing the business, must be CEO, CFO, President or BenefitsAdministrationOfficer. The officer would need to go over KYC process and provide documents.
195+
* Officer representing the business, must be CEO, COO, CFO, President, BenefitsAdministrationOfficer, CIO, VP, AVP, Treasurer, Secretary, Controller, Manager, Partner or Member. The officer would need to go over KYC process and provide documents.
196196
*/
197197
officer: Officer
198198

@@ -438,7 +438,7 @@ export interface CreateBusinessApplicationRequest {
438438
contact: BusinessContact
439439

440440
/**
441-
* Officer representing the business(must be the CEO, COO, CFO, President or BenefitsAdministrationOfficer).To onboard a business successfully, you must provide the officer's full personal details as well as identifying documents.
441+
* Officer representing the business(must be the CEO, COO, CFO, President, BenefitsAdministrationOfficer, CIO, VP, AVP, Treasurer, Secretary, Controller, Manager, Partner or Member).To onboard a business successfully, you must provide the officer's full personal details as well as identifying documents.
442442
*/
443443
officer: Officer
444444

types/applicationForm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export interface ApplicationFormPrefill {
9595
contact?: BusinessContact
9696
/**
9797
* Business. Optional. Officer representing the business
98-
* (must be the CEO, COO, CFO, President or BenefitsAdministrationOfficer). To onboard a business successfully,
98+
* (must be the CEO, COO, CFO, President, BenefitsAdministrationOfficer, CIO, VP, AVP, Treasurer, Secretary, Controller, Manager, Partner or Member). To onboard a business successfully,
9999
* you must provide the officer's personal details.
100100
*/
101101
officer?: Officer

types/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export interface Officer {
8484
fullName: FullName
8585

8686
/**
87-
* One of CEO, COO, CFO or President.
87+
* One of CEO, COO, CFO, President, BenefitsAdministrationOfficer, CIO, VP, AVP, Treasurer, Secretary, Controller, Manager, Partner or Member
8888
*/
8989
title?: Title
9090

0 commit comments

Comments
 (0)