CompanyRegistryNotFoundRejection
Rejection returned if registration number is not correct
type CompanyRegistryNotFoundRejection implements Rejection {
  message: String!
  registrationNumber: String!
  country: String!
}
Rejection returned if registration number is not correct
type CompanyRegistryNotFoundRejection implements Rejection {
  message: String!
  registrationNumber: String!
  country: String!
}
CompanyRegistryNotFoundRejection.message ● String! non-null scalarCompanyRegistryNotFoundRejection.registrationNumber ● String! non-null scalarCompanyRegistryNotFoundRejection.country ● String! non-null scalarRejection interface