Class GetAccountingJournalDataContract
Inheritance
System.Object
GetAccountingJournalDataContract
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()
Assembly: Evatic.Common.dll
Syntax
[DataContract(Namespace = "http://schema.evatic.com/2012/10/24")]
public class GetAccountingJournalDataContract
Properties
View Source
AccontNo
Declaration
[DataMember]
public string AccontNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
BalanceAccount
Declaration
[DataMember]
public string BalanceAccount { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
BookingDate
Declaration
[DataMember]
public DateTime? BookingDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
BookingNo
Declaration
[DataMember]
public string BookingNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
BookingReceiver
Declaration
[DataMember]
public string BookingReceiver { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
BookingReceiverName
Declaration
[DataMember]
public string BookingReceiverName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
BookingType
Declaration
[DataMember]
public string BookingType { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Company
Declaration
[DataMember]
public string Company { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CostCenterAccount
Declaration
[DataMember]
public string CostCenterAccount { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
DebitCredit
Declaration
[DataMember]
public string DebitCredit { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Department
Declaration
[DataMember]
public string Department { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
DueDate
Declaration
[DataMember]
[Required]
public DateTime? DueDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
ExternalSystemId
Declaration
[DataMember]
public int ExternalSystemId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Iban
Declaration
[DataMember]
public string Iban { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
IdNo
Declaration
[DataMember]
public int IdNo { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Info10
Declaration
[DataMember]
public string Info10 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Info4
Declaration
[DataMember]
public string Info4 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Info5
Declaration
[DataMember]
public string Info5 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Info6
Declaration
[DataMember]
public string Info6 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Info7
Declaration
[DataMember]
public string Info7 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Info8
Declaration
[DataMember]
public string Info8 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Info9
Declaration
[DataMember]
public string Info9 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
InvoiceType
Declaration
[DataMember]
public string InvoiceType { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
MandateReference
Declaration
[DataMember]
public string MandateReference { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
NumberOfDays
Declaration
[DataMember]
public int NumberOfDays { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
ObjectReferenceId
Declaration
[DataMember]
public int ObjectReferenceId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
PaymentDescription
Declaration
[DataMember]
public string PaymentDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
PaymentsType
Declaration
[DataMember]
public string PaymentsType { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Sepa
Declaration
[DataMember]
public int Sepa { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
State
Declaration
[DataMember]
public AccountingJournalProcessState State { get; set; }
Property Value
Type |
Description |
Evatic.Common.Service.DataContract.StagingTables.AccountingJournalProcessState |
|
View Source
StockAdminLogTypeId
Declaration
[DataMember]
public int StockAdminLogTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
SumGross
Declaration
[DataMember]
public decimal? SumGross { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
SumNetto
Declaration
[DataMember]
public decimal? SumNetto { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
Vat
Declaration
[DataMember]
public string Vat { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
VatGroup
Declaration
[DataMember]
public decimal? VatGroup { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
VatSum
Declaration
[DataMember]
public decimal? VatSum { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|