Skip to main content

CompanyVerificationRenewalInfo

No description

type CompanyVerificationRenewalInfo implements VerificationRenewalInfoBase {
type: AccountHolderType!
accountAdmin: CompanyVerificationRenewalAccountAdmin!
company: CompanyVerificationRenewalCompanyInfo!
additionalDetails: String
}

Fields

CompanyVerificationRenewalInfo.type ● AccountHolderType! non-null enum

CompanyVerificationRenewalInfo.accountAdmin ● CompanyVerificationRenewalAccountAdmin! non-null object

CompanyVerificationRenewalInfo.company ● CompanyVerificationRenewalCompanyInfo! non-null object

CompanyVerificationRenewalInfo.additionalDetails ● String scalar

Interfaces

VerificationRenewalInfoBase interface

Implemented By

VerificationRenewalInfo union