This commit is contained in:
Paul Schneider 2017-05-30 23:42:04 +02:00
commit 22d476ebce
10 changed files with 28 additions and 24 deletions

View file

@ -10,17 +10,17 @@ namespace Yavsc
/// <returns></returns>
public string Mode { get; set; }
/// <summary>
///
/// Client Id using the REST API
/// </summary>
public string ClientId { get; set; }
/// <summary>
/// For sandbox only?
/// Client Secret using the REST API
/// </summary>
/// <returns></returns>
public string ClientSecret { get; set; }
/// <summary>
/// Your application id ...
/// Application Id using the REST API
/// </summary>
/// <returns></returns>
public string ApplicationId { get; set; }

View file

@ -38,6 +38,8 @@ namespace Yavsc
public string Street { get; set; }
public string PostalCode { get; set; }
public string CountryCode { get; set; }
public string HomeViewName { get; set; }
/// <summary>
/// Specifies the directory where should be
/// generated pdf files using pandoc