Function TenantsApiAxiosParamCreator Tenants Api Axios Param Creator ( configuration ? ) : { apiTenantsAccessGet : ( ( resourcePath ?: string , vector ?: string , readCache ?: boolean , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; apiTenantsAccountAccessGet : ( ( options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; apiTenantsGet : ( ( isLightVersion ?: boolean , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; apiTenantsPost : ( ( tenantCreateDeets ?: TenantCreateDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; apiTenantsPut : ( ( tenantCreateDeets ?: TenantCreateDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; apiTenantsRemoveOnboardingDelete : ( ( options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; apiTenantsResourcesGet : ( ( options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; apiTenantsTaskListGet : ( ( taskListType ?: string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; apiTenantsTaskPut : ( ( taskUpdateStatusDeets ?: TaskUpdateStatusDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; apiTenantsTaskTaskIdGet : ( ( taskId : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; apiTenantsVerificationFileUploadPut : ( ( frontFile ?: File , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; apiTenantsVerificationPut : ( ( tenantUpdateVerificationDeets ?: TenantUpdateVerificationDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; getOnboardingSessionApiKey : ( ( country ?: string , enableExternalAccountCollection ?: boolean , businessType ?: string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; } Returns { apiTenantsAccessGet : ( ( resourcePath ?: string , vector ?: string , readCache ?: boolean , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; apiTenantsAccountAccessGet : ( ( options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; apiTenantsGet : ( ( isLightVersion ?: boolean , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; apiTenantsPost : ( ( tenantCreateDeets ?: TenantCreateDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; apiTenantsPut : ( ( tenantCreateDeets ?: TenantCreateDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; apiTenantsRemoveOnboardingDelete : ( ( options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; apiTenantsResourcesGet : ( ( options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; apiTenantsTaskListGet : ( ( taskListType ?: string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; apiTenantsTaskPut : ( ( taskUpdateStatusDeets ?: TaskUpdateStatusDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; apiTenantsTaskTaskIdGet : ( ( taskId : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; apiTenantsVerificationFileUploadPut : ( ( frontFile ?: File , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; apiTenantsVerificationPut : ( ( tenantUpdateVerificationDeets ?: TenantUpdateVerificationDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; getOnboardingSessionApiKey : ( ( country ?: string , enableExternalAccountCollection ?: boolean , businessType ?: string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ; } api Tenants Access Get : ( ( resourcePath ?: string , vector ?: string , readCache ?: boolean , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( resourcePath ? , vector ? , readCache ? , options ? ) : Promise < RequestArgs > Parameters Optional
resourcePath : string Optional
vector : string Optional
readCache : boolean Optional
options : RawAxiosRequestConfig = {} api Tenants Account Access Get : ( ( options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( options ? ) : Promise < RequestArgs > Parameters Optional
options : RawAxiosRequestConfig = {} api Tenants Get : ( ( isLightVersion ?: boolean , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( isLightVersion ? , options ? ) : Promise < RequestArgs > Parameters Optional
isLightVersion : boolean Optional
options : RawAxiosRequestConfig = {} api Tenants Post : ( ( tenantCreateDeets ?: TenantCreateDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( tenantCreateDeets ? , options ? ) : Promise < RequestArgs > Parameters Optional
tenantCreateDeets : TenantCreateDeets Optional
options : RawAxiosRequestConfig = {} api Tenants Put : ( ( tenantCreateDeets ?: TenantCreateDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( tenantCreateDeets ? , options ? ) : Promise < RequestArgs > Parameters Optional
tenantCreateDeets : TenantCreateDeets Optional
options : RawAxiosRequestConfig = {} api Tenants Remove Onboarding Delete : ( ( options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( options ? ) : Promise < RequestArgs > Parameters Optional
options : RawAxiosRequestConfig = {} api Tenants Resources Get : ( ( options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( options ? ) : Promise < RequestArgs > Parameters Optional
options : RawAxiosRequestConfig = {} api Tenants Task List Get : ( ( taskListType ?: string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( taskListType ? , options ? ) : Promise < RequestArgs > Parameters Optional
taskListType : string Optional
options : RawAxiosRequestConfig = {} api Tenants Task Put : ( ( taskUpdateStatusDeets ?: TaskUpdateStatusDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( taskUpdateStatusDeets ? , options ? ) : Promise < RequestArgs > api Tenants Task Task Id Get : ( ( taskId : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( taskId , options ? ) : Promise < RequestArgs > Parameters taskId : string Optional
options : RawAxiosRequestConfig = {} api Tenants Verification File Upload Put : ( ( frontFile ?: File , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( frontFile ? , options ? ) : Promise < RequestArgs > Parameters Optional
frontFile : File Optional
options : RawAxiosRequestConfig = {} api Tenants Verification Put : ( ( tenantUpdateVerificationDeets ?: TenantUpdateVerificationDeets , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( tenantUpdateVerificationDeets ? , options ? ) : Promise < RequestArgs > get Onboarding Session Api Key : ( ( country ?: string , enableExternalAccountCollection ?: boolean , businessType ?: string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( country ? , enableExternalAccountCollection ? , businessType ? , options ? ) : Promise < RequestArgs > Parameters Optional
country : string Optional
enableExternalAccountCollection : boolean Optional
businessType : string Optional
options : RawAxiosRequestConfig = {}
TenantsApi - axios parameter creator export