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.
2 parents 713904c + 2a2af0a commit 9cfc88fCopy full SHA for 9cfc88f
src/services/acsp/types.ts
@@ -50,6 +50,7 @@ export interface AcspData {
50
howAreYouRegisteredWithAml?: string;
51
applicantDetails?: ApplicantDetails;
52
acspType?: string;
53
+ acspId?: string;
54
}
55
56
export interface AcspResponse {
@@ -72,6 +73,7 @@ export interface AcspDataDto {
72
73
how_are_you_registered_with_aml?: string;
74
applicant_details?: ApplicantDetailsDto;
75
acsp_type?: string;
76
+ acsp_id?: string;
77
78
79
export interface ApplicantDetailsDto {
0 commit comments