OutOfBandInvitation

constructor(id: String = UUID.randomUUID().toString(), body: OutOfBandInvitation.Body, from: String, type: ProtocolType = ProtocolType.Didcomminvitation, typ: String? = null, attachments: Array<AttachmentDescriptor> = arrayOf(), createdTime: Long = 0, expiresTime: Long = 0)(source)