perf pro api
This commit is contained in:
parent
a6fe73c7f6
commit
f16841f8d7
6 changed files with 52 additions and 13 deletions
17
YavscLib/Workflow/IPerformerProfile.cs
Normal file
17
YavscLib/Workflow/IPerformerProfile.cs
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
namespace YavscLib.Workflow
|
||||
{
|
||||
public interface IPerformerProfile
|
||||
{
|
||||
string PerformerId { get; set; }
|
||||
string SIREN { get; set; }
|
||||
bool AcceptNotifications { get; set; }
|
||||
long OrganizationAddressId { get; set; }
|
||||
bool AcceptPublicContact { get; set; }
|
||||
bool UseGeoLocalizationToReduceDistanceWithClients { get; set; }
|
||||
string WebSite { get; set; }
|
||||
bool Active { get; set; }
|
||||
int? MaxDailyCost { get; set; }
|
||||
int? MinDailyCost { get; set; }
|
||||
int Rate { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue