perf pro api
parent
d26f100b43
commit
073d32fa62
File diff suppressed because one or more lines are too long
@ -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…
Reference in New Issue