@ -45,5 +45,17 @@ namespace Yavsc
/// <returns>The temporary directory to use</returns>
public string TempDir { get; set; } = "Temp";
/// <summary>
/// Only one performer will capture payments
/// </summary>
/// <returns>user capturing payments id</returns>
public string OnlyOnePerformerId { get; set; }
/// Only one activity will be supported
/// <returns>the supported activity code</returns>
public string OnlyOneActivityCode { get; set; }
}