Class MaterialTransaction
Transaction of material for accounting purpose
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
MaterialTransaction
Inherited Members
Namespace: Conizi.Model.Accounting.Material
Assembly: Conizi.Model.dll
Syntax
public class MaterialTransaction : EdiModel, IModel
Properties
Amount
The amount of the booking
Declaration
public decimal? Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
BookingDate
The booking date
Declaration
public DateTime BookingDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Comment
Booking comment
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DestinationAccount
The destination account
Declaration
public string DestinationAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
The unique booking id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Item
The booking item
Declaration
public string Item { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReferenceNumber
The reference number
Declaration
public string ReferenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SourceAccount
The source account
Declaration
public string SourceAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String |