Search Results for

    Show / Hide Table of Contents

    Class VatIdLog

    Represents a vat-id-log.

    Inheritance
    System.Object
    VatIdLog
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Contact
    Assembly: Simplic.Contact.dll
    Syntax
    public class VatIdLog

    Properties

    | Improve this Doc View Source

    ApiResultStatus

    Gets or sets the api result of the vat-id-log.

    Declaration
    public int ApiResultStatus { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ContactId

    Gets or sets contactid of the vat-id-log.

    Declaration
    public long? ContactId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    CreateDateTime

    Gets or sets create-datetime of the vat-id-log.

    Declaration
    public DateTime CreateDateTime { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    CreateUserId

    Gets or sets create-userid of the vat-id-log.

    Declaration
    public int CreateUserId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    CustomerAddress

    Gets or sets the first customer-address-line of the vat-id-log.

    Declaration
    public string CustomerAddress { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CustomerAddress2

    Gets or sets the second customer-address-line of the vat-id-log.

    Declaration
    public string CustomerAddress2 { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CustomerAddress3

    Gets or sets the third customer-address-line of the vat-id-log.

    Declaration
    public string CustomerAddress3 { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CustomerAddress4

    Gets or sets the fourth customer-address-line of the vat-id-log.

    Declaration
    public string CustomerAddress4 { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CustomerAddress5

    Gets or sets the fifth customer-address-line of the vat-id-log.

    Declaration
    public string CustomerAddress5 { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CustomerAddress6

    Gets or sets the sixth customer-address-line of the vat-id-log.

    Declaration
    public string CustomerAddress6 { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CustomerName

    Gets or sets customer-name of the vat-id-log.

    Declaration
    public string CustomerName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Guid

    Gets or sets guid of the vat-id-log.

    Declaration
    public Guid Guid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsValid

    Gets or sets isvalid of the vat-id-log.

    Declaration
    public bool IsValid { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Msg

    Gets or sets the message of the vat-id check.

    Declaration
    public string Msg { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    VatId

    Gets or sets vatid of the vat-id-log.

    Declaration
    public string VatId { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx