SEPACreditTransferInternalOutCreditor
SOON TO BE DEPRECATED Sepa Credit Transfer Creditor for internal transaction
type SEPACreditTransferInternalOutCreditor implements SEPACreditTransferCreditor {
  name: String!
  maskedIBAN: String!
  IBAN: String
  BIC: String
  virtualIBANEntryId: ID
  accountNumber: AccountNumber!
  beneficiary: InternalBeneficiary @deprecated
}
Fields
SEPACreditTransferInternalOutCreditor.name ● String! non-null scalar
full name of the creditor
SEPACreditTransferInternalOutCreditor.maskedIBAN ● String! non-null scalar
maskedIBAN
SEPACreditTransferInternalOutCreditor.IBAN ● String scalar
IBAN
SEPACreditTransferInternalOutCreditor.BIC ● String scalar
BIC
SEPACreditTransferInternalOutCreditor.virtualIBANEntryId ● ID scalar
identifier of a Virtual IBAN
SEPACreditTransferInternalOutCreditor.accountNumber ● AccountNumber! non-null scalar
account number
SEPACreditTransferInternalOutCreditor.beneficiary ● InternalBeneficiary 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
SEPACreditTransferCreditor interface
Sepa Credit Transfer Creditor