ExternalAccountAlreadyExistsRejection
No description
type ExternalAccountAlreadyExistsRejection implements Rejection {
iban: String!
accountHolderId: String!
message: String!
}
No description
type ExternalAccountAlreadyExistsRejection implements Rejection {
iban: String!
accountHolderId: String!
message: String!
}
ExternalAccountAlreadyExistsRejection.iban
● String!
non-null scalarExternalAccountAlreadyExistsRejection.accountHolderId
● String!
non-null scalarExternalAccountAlreadyExistsRejection.message
● String!
non-null scalarRejection
interface