SEPADirectDebitInDebtor
Sepa Direct Debtor for Input transaction
type SEPADirectDebitInDebtor implements SEPADirectDebitDebtor {
name: String!
maskedIBAN: String!
IBAN: String
BIC: String
virtualIBANEntryId: ID
beneficiary: SEPABeneficiary @deprecated
}
Fields
SEPADirectDebitInDebtor.name ● String! non-null scalar
full name of the debtor
SEPADirectDebitInDebtor.maskedIBAN ● String! non-null scalar
maskedIBAN
SEPADirectDebitInDebtor.IBAN ● String scalar
IBAN
SEPADirectDebitInDebtor.BIC ● String scalar
BIC
SEPADirectDebitInDebtor.virtualIBANEntryId ● ID scalar
identifier of a Virtual IBAN
SEPADirectDebitInDebtor.beneficiary ● SEPABeneficiary deprecated object
DEPRECATED
this field is always empty. It will be removed soon.
beneficiary if the beneficiary is already saved SOON TO BE DEPRECATED Always empty, It will be removed soon.
Interfaces
SEPADirectDebitDebtor interface
Sepa Direct Debit Debtor