Skip to main content

ExternalAccountAlreadyExistsRejection

No description

type ExternalAccountAlreadyExistsRejection implements Rejection {
iban: String!
accountHolderId: String!
message: String!
}

Fields

ExternalAccountAlreadyExistsRejection.iban ● String! non-null scalar

ExternalAccountAlreadyExistsRejection.accountHolderId ● String! non-null scalar

ExternalAccountAlreadyExistsRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented By

AddExternalAccountPayload union