Skip to main content

CompanyInfoUpdateInput

Input for company information during onboarding update

input CompanyInfoUpdateInput {
businessActivityDescription: String
businessClassificationCode: String
forecastYearlyIncome: ForecastYearlyIncome
legalForm: LegalForm
monthlyPaymentVolume: MonthlyPaymentVolume
name: String
tradeName: String
companyType: CompanyType
headcount: CompanyHeadcount
registrationDate: Date
registrationNumber: String
regulatoryClassification: RegulatoryClassification
representatives: [OnboardingRepresentativeInput!]
address: ResidencyAddressInput
taxIdentificationNumber: String
ultimateBeneficialOwners: [UltimateBeneficialOwnerInput!]
vatNumber: String
websites: [String!]
}

Fields

CompanyInfoUpdateInput.businessActivityDescription ● String scalar

CompanyInfoUpdateInput.businessClassificationCode ● String scalar

CompanyInfoUpdateInput.forecastYearlyIncome ● ForecastYearlyIncome enum

CompanyInfoUpdateInput.legalForm ● LegalForm enum

CompanyInfoUpdateInput.monthlyPaymentVolume ● MonthlyPaymentVolume enum

CompanyInfoUpdateInput.name ● String scalar

CompanyInfoUpdateInput.tradeName ● String scalar

CompanyInfoUpdateInput.companyType ● CompanyType enum

CompanyInfoUpdateInput.headcount ● CompanyHeadcount enum

CompanyInfoUpdateInput.registrationDate ● Date scalar

CompanyInfoUpdateInput.registrationNumber ● String scalar

CompanyInfoUpdateInput.regulatoryClassification ● RegulatoryClassification enum

CompanyInfoUpdateInput.representatives ● [OnboardingRepresentativeInput!] list input

CompanyInfoUpdateInput.address ● ResidencyAddressInput input

CompanyInfoUpdateInput.taxIdentificationNumber ● String scalar

CompanyInfoUpdateInput.ultimateBeneficialOwners ● [UltimateBeneficialOwnerInput!] list input

CompanyInfoUpdateInput.vatNumber ● String scalar

CompanyInfoUpdateInput.websites ● [String!] list scalar

Member Of

UpdateCompanyAccountHolderOnboardingInput input