Class VatIdLog
Represents a vat-id-log.
Inheritance
Inherited Members
Namespace: Simplic.Contact
Assembly: Simplic.Contact.dll
Syntax
public class VatIdLog
Properties
| Improve this Doc View SourceApiResultStatus
Gets or sets the api result of the vat-id-log.
Declaration
public int ApiResultStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ContactId
Gets or sets contactid of the vat-id-log.
Declaration
public long? ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
CreateDateTime
Gets or sets create-datetime of the vat-id-log.
Declaration
public DateTime CreateDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CreateUserId
Gets or sets create-userid of the vat-id-log.
Declaration
public int CreateUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 |
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 |
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 |
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 |
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 |
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 |
CustomerName
Gets or sets customer-name of the vat-id-log.
Declaration
public string CustomerName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Guid
Gets or sets guid of the vat-id-log.
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsValid
Gets or sets isvalid of the vat-id-log.
Declaration
public bool IsValid { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Msg
Gets or sets the message of the vat-id check.
Declaration
public string Msg { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VatId
Gets or sets vatid of the vat-id-log.
Declaration
public string VatId { get; set; }
Property Value
Type | Description |
---|---|
System.String |