Class SetAccountingInvoicePaymentDataContract
Inheritance
System.Object
SetAccountingInvoicePaymentDataContract
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: Evatic.Common.Service.DataContract.StagingTables
Assembly: Evatic.Common.dll
Syntax
[DataContract(Namespace = "http://schema.evatic.com/2012/10/24")]
public class SetAccountingInvoicePaymentDataContract
Constructors
View SourceSetAccountingInvoicePaymentDataContract()
Declaration
public SetAccountingInvoicePaymentDataContract()
Properties
View SourceDueDate
Declaration
[DataMember]
public DateTime DueDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Id
Declaration
[DataMember]
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Invoice
Declaration
[DataMember]
public InvoicePaymentDataContract Invoice { get; set; }
Property Value
Type | Description |
---|---|
Evatic.Common.Service.DataContract.Accounting.InvoicePaymentDataContract |
PartPayment
Declaration
[DataMember]
public bool PartPayment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Status
Declaration
[DataMember]
public AccountingPaymentProcessState Status { get; set; }
Property Value
Type | Description |
---|---|
Evatic.Common.Service.DataContract.StagingTables.AccountingPaymentProcessState |
TransactionCode
Declaration
[DataMember]
public string TransactionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |