plan to make it suitable for a truley small business
This commit is contained in:
parent
ee218a6cbb
commit
0d6f30ee09
1 changed files with 20 additions and 8 deletions
|
|
@ -45,5 +45,17 @@ namespace Yavsc
|
||||||
/// <returns>The temporary directory to use</returns>
|
/// <returns>The temporary directory to use</returns>
|
||||||
public string TempDir { get; set; } = "Temp";
|
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; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Only one activity will be supported
|
||||||
|
/// </summary>
|
||||||
|
/// <returns>the supported activity code</returns>
|
||||||
|
public string OnlyOneActivityCode { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue