Skip to main content

DebicheckCustomerInformationInput

No description

input DebicheckCustomerInformationInput {
fullName: String!
accountNumber: String!
accountType: DebicheckAccountType!
bankId: DebicheckBankId
branchCode: String
identifyingDocument: IdentifyingDocumentConfirmationInput!
phoneNumber: String!
}

Fields

DebicheckCustomerInformationInput.fullName ● String! non-null scalar

DebicheckCustomerInformationInput.accountNumber ● String! non-null scalar

DebicheckCustomerInformationInput.accountType ● DebicheckAccountType! non-null enum

DebicheckCustomerInformationInput.bankId ● DebicheckBankId enum

The bankId is optional only if branchCode is provided. If branchCode is not provided, bankId must be specified.

DebicheckCustomerInformationInput.branchCode ● String scalar

DebicheckCustomerInformationInput.identifyingDocument ● IdentifyingDocumentConfirmationInput! non-null input

DebicheckCustomerInformationInput.phoneNumber ● String! non-null scalar