SEPADirectDebitOutCreditor
Sepa Direct Debit Creditor for Outgoing transaction
type SEPADirectDebitOutCreditor implements SEPADirectDebitCreditor {
name: String!
maskedIBAN: String!
IBAN: String
BIC: String
beneficiary: SEPABeneficiary @deprecated
virtualIBANEntryId: ID
}
Fields
SEPADirectDebitOutCreditor.name
● String!
non-null scalar
full name of the creditor (max 70 characters)
SEPADirectDebitOutCreditor.maskedIBAN
● String!
non-null scalar
maskedIBAN
SEPADirectDebitOutCreditor.IBAN
● String
scalar
IBAN
SEPADirectDebitOutCreditor.BIC
● String
scalar
BIC
SEPADirectDebitOutCreditor.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.
SEPADirectDebitOutCreditor.virtualIBANEntryId
● ID
scalar
identifier of a Virtual IBAN
Interfaces
SEPADirectDebitCreditor
interface
Sepa Direct Debit Creditor