AccountMembershipNotEligibleRejection
No description
type AccountMembershipNotEligibleRejection implements Rejection {
message: String!
}
Fields
AccountMembershipNotEligibleRejection.message
● String!
non-null scalar
Reason why the user is not eligible to open an additional account
Interfaces
Rejection
interface
Implemented By
OpenAccountPayload
union