AccountHolderBankAccountVerificationInput
This input type requires that one and only one value is set. For example, it is not possible to specify
both a business
and an individual
input AccountHolderBankAccountVerificationInput {
business: BusinessBankAccountVerificationInput
individual: IndividualBankAccountVerificationInput
}