Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class ErpSyncActorTypeMapping : Carrier
public ErpSyncActorTypeMapping()
[JsonIgnore] public CrmActorType? ActorTypeCrm { get; set; }
[JsonProperty("ActorTypeCrm")] public string ActorTypeCrm_String { get; set; }
[JsonIgnore] public ErpActorType? ActorTypeErp { get; set; }
[JsonProperty("ActorTypeErp")] public string ActorTypeErp_String { get; set; }
public virtual int ErpConnectionId { get; set; }
public virtual ErpSyncFieldMapping[] FieldMappings { get; set; }
public virtual bool IsActive { get; set; }
Was this page helpful?