DocumentRequestInfoMediationTemplate
A documentRequestTemplate allows a provider to request a consumer to upload and send a document. A template configured with this journeyReferenceType also requires a document journeyReferenceType. The different journeyReferenceType of documents that can be requested (drivers license, passport, ...) can be queried for an organisation with the documentTypes query. For example: a provider requests a copy of the drivers license of the consumer.
type DocumentRequestInfoMediationTemplate implements InfoMediationTemplate {
id: String!
type: InfoMediationTemplateType!
name: String!
documentType: DocumentType!
}