CompanyRegistryNotFoundRejection
Rejection returned if registration number is not correct
type CompanyRegistryNotFoundRejection implements Rejection {
message: String!
registrationNumber: String!
country: String!
}
Fields
CompanyRegistryNotFoundRejection.message ● String! non-null scalar
CompanyRegistryNotFoundRejection.registrationNumber ● String! non-null scalar
CompanyRegistryNotFoundRejection.country ● String! non-null scalar
Interfaces
Rejection interface
Implemented By
CompanyInfoRegistryDataPayload union ● PublicCompanyInfoRegistryDataPayload union