digipost / signature-api-client-dotnet

Apache License 2.0
3 stars 3 forks source link

Adds possibility to describe direct signature job #401

Closed simenstoa closed 1 year ago

simenstoa commented 1 year ago

💰 Funksjonell beskrivelse av endringen

Fixed bug that did not allow senders to describe a signature job.

👀 Eksempler og screenshots

var job = new Direct.Job(jobTitle, documentsToSign, signers, reference, exitUrls) {   
    Description =  "Description of signature job",
};