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