HuduAPI Client HuduAPI Client
HuduAPI Client HuduAPI Client
DocFX

Search Results for

    Class Matcher

    Matchers are used by integrations to match external data to internal hudu companies.

    Inheritance
    System.Object
    Matcher
    Implements
    IRecord
    Namespace: HuduAPI.Records
    Assembly: HuduAPI.dll
    Syntax
    public class Matcher : IRecord

    Properties

    CompanyId

    Declaration
    [JsonProperty("company_id")]
    public object CompanyId { get; set; }
    Property Value
    Type Description
    System.Object

    CompanyName

    Declaration
    [JsonProperty("company_name")]
    public object CompanyName { get; set; }
    Property Value
    Type Description
    System.Object

    Id

    Declaration
    [JsonProperty("id")]
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32

    Identifier

    Declaration
    [JsonProperty("identifier")]
    public object Identifier { get; set; }
    Property Value
    Type Description
    System.Object

    IntegratorId

    Declaration
    [JsonProperty("integrator_id")]
    public int IntegratorId { get; set; }
    Property Value
    Type Description
    System.Int32

    IntegratorName

    Declaration
    [JsonProperty("integrator_name")]
    public string IntegratorName { get; set; }
    Property Value
    Type Description
    System.String

    Name

    Declaration
    [JsonProperty("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    PotentialCompanyId

    Declaration
    [JsonProperty("potential_company_id")]
    public int? PotentialCompanyId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    SyncId

    Declaration
    [JsonProperty("sync_id")]
    public int SyncId { get; set; }
    Property Value
    Type Description
    System.Int32

    Implements

    IRecord

    See Also

    IRecord
    © Dracon80. All rights reserved.