AccountHolderOnboardingBase
Base interface for account holder onboarding
interface AccountHolderOnboardingBase {
id: ID!
statusInfo: OnboardingStatusInfo!
supportingDocumentCollection: SupportingDocumentCollection
createdAt: DateTime!
updatedAt: DateTime!
projectInfo: ProjectInfo!
oAuthRedirectParameters: OAuthRedirectParameters
}
Fields
AccountHolderOnboardingBase.id ● ID! non-null scalar
AccountHolderOnboardingBase.statusInfo ● OnboardingStatusInfo! non-null interface
AccountHolderOnboardingBase.supportingDocumentCollection ● SupportingDocumentCollection object
AccountHolderOnboardingBase.createdAt ● DateTime! non-null scalar
AccountHolderOnboardingBase.updatedAt ● DateTime! non-null scalar
AccountHolderOnboardingBase.projectInfo ● ProjectInfo! non-null object
AccountHolderOnboardingBase.oAuthRedirectParameters ● OAuthRedirectParameters object
OAuth parameters provided in order to redirect the user at the end of the flow
Implemented By
CompanyAccountHolderOnboarding object ● IndividualAccountHolderOnboarding object