12 lines
343 B
C#
12 lines
343 B
C#
namespace Knoks.Framework.Services
|
|
{
|
|
public class DocuSigneSignatureSettings
|
|
{
|
|
public string Username { get; set; }
|
|
public string Password { get; set; }
|
|
public string IntegratorKey { get; set; }
|
|
public string EndpointUrl { get; set; }
|
|
public string EventNotificationUrl { get; set; }
|
|
}
|
|
}
|