SEPACreditTransferOutDebtor
Sepa Credit Transfer Debtor for internal transaction
type SEPACreditTransferOutDebtor implements SEPACreditTransferDebtor {
name: String!
maskedIBAN: String!
IBAN: String
BIC: String
virtualIBANEntryId: ID
accountNumber: AccountNumber! @deprecated
}
Fields
SEPACreditTransferOutDebtor.name
● String!
non-null scalar
full name of the debtor
SEPACreditTransferOutDebtor.maskedIBAN
● String!
non-null scalar
maskedIBAN
SEPACreditTransferOutDebtor.IBAN
● String
scalar
IBAN
SEPACreditTransferOutDebtor.BIC
● String
scalar
BIC
SEPACreditTransferOutDebtor.virtualIBANEntryId
● ID
scalar
identifier of a Virtual IBAN
SEPACreditTransferOutDebtor.accountNumber
● AccountNumber!
deprecated non-null scalar
DEPRECATED
because it is not already implemented (a default value is set).
account number
Interfaces
SEPACreditTransferDebtor
interface
Sepa Credit Transfer Debtor