Class Transaction
Inheritance
Inherited Members
Namespace: Simplic.Transaction
Assembly: SImplic.Transaction.dll
Syntax
public class Transaction
Properties
| Improve this Doc View SourceAlternativeTermOfPayment
Gets or sets the alternative term of payment
Declaration
public DateTime? AlternativeTermOfPayment { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Balance
Gets or sets the balance
Declaration
public PreciseDecimal Balance { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
Barcode
Gets or sets the barcode
Declaration
public string Barcode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BillToText
Gets or sets the bill to text
Declaration
public string BillToText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CashDiscountPercentValue
Gets or sets the cash discount percent value
Declaration
public PreciseDecimal CashDiscountPercentValue { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
CashDiscountTotal
Gets or sets the cash discount total
Declaration
public PreciseDecimal CashDiscountTotal { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
CreateDate
Gets or sets the create date
Declaration
public DateTime CreateDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CreateTime
Gets or sets the create time
Declaration
public TimeSpan CreateTime { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
CreateUserId
Gets or sets the create user id
Declaration
public int CreateUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CreateUserName
Gets or sets the create user name
Declaration
public string CreateUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CurrencyId
Gets or sets the currency id
Declaration
public Guid CurrencyId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
DeliverToText
Gets or sets the deliver to text
Declaration
public string DeliverToText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DeliveryContactId
Gets or sets the delivery contact id
Declaration
public long? DeliveryContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
DeliveryContactPhysicalAddressId
Gets or sets the delivery contact physical address id
Declaration
public long? DeliveryContactPhysicalAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
DeliveryDate
Gets or sets the deilivery date
Declaration
public DateTime? DeliveryDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
DeliveryPersonalAccountId
Gets or sets the delivery personal account id
Declaration
public Guid? DeliveryPersonalAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Digits
Gets or sets the digits
Declaration
public int Digits { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DocumentId
Gets or sets the document id
Declaration
public Guid? DocumentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
DocumentPostalDispachPhysicalAddressId
Gets or sets the document postal dispach physical address id
Declaration
public long? DocumentPostalDispachPhysicalAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
FinancialContactId
Gets or sets the financial contact id
Declaration
public long FinancialContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
FinancialPersonalAccountId
Gets or sets the financial personal account id
Declaration
public Guid FinancialPersonalAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
FinancialPhysicalAddressId
Gets or sets the financial physical address id
Declaration
public long FinancialPhysicalAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
FinancialYearPeriodId
Gets or sets the financial year period id
Declaration
public Guid FinancialYearPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
FinancialYearPeriodWaWiId
Gets or sets the financial year period wawi id
Declaration
public Guid FinancialYearPeriodWaWiId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
GlobalTransactionId
Gets or sets the global transsaction id
Declaration
public Guid? GlobalTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Guid
Gets or sets the uniqe id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Ident
Gets or sets the ident
Declaration
public long Ident { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
InvoiceContactId
Gets or sets invoice contact id
Declaration
public long? InvoiceContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
InvoiceContactPhysicalAddressId
Gets or sets the invoice contact physical address id
Declaration
public long? InvoiceContactPhysicalAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
InvoicePersonalAccountId
Gets or sets the invoice personal account id
Declaration
public Guid? InvoicePersonalAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
IsCanceled
Gets or sets the is canceled flag
Declaration
public bool IsCanceled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDeleted
Gets or sets the is deleted flag
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsExported
Gets or sets the is exported flag
Declaration
public bool IsExported { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsGrossTransaction
Gets or sets the is gross transaction flag
Declaration
public bool IsGrossTransaction { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsLocked
Gets or sets the is locked flag
Declaration
public bool IsLocked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNew
Gets or sets the is new flag
Declaration
public bool IsNew { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPaid
Gets or sets the is pais flag
Declaration
public bool IsPaid { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPrinted
Gets or sets the is printed flag
Declaration
public bool IsPrinted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRoundFavorTax
Gets or sets the is round favor flag
Declaration
public bool IsRoundFavorTax { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTransferredToAccounting
Gets or sets the is transferred to accounting flag
Declaration
public bool IsTransferredToAccounting { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsValid
Gets or sets the is valid flag
Declaration
public bool IsValid { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ManualVAT
Gets or sets the manual vat
Declaration
public PreciseDecimal? ManualVAT { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<PreciseDecimal> |
ManualVatDate
Gets or sets the manual vat date
Declaration
public DateTime ManualVatDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
ManualVATUser
Gets or sets the maual vat user
Declaration
public string ManualVATUser { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Notes
Gets or sets notes
Declaration
public string Notes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Number
Gets or sets the number
Declaration
public string Number { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PayerContactId
Gets or sets the payer contact id
Declaration
public long? PayerContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
PayerContactPhysicalAddressId
Gets or sets the payer contact physical address id
Declaration
public long? PayerContactPhysicalAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
PayerPersonalAccountId
Gets or sets the payer personal account id
Declaration
public Guid? PayerPersonalAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
PaymentMethodId
Gets or sets the payment method id
Declaration
public Guid PaymentMethodId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
PeriodNumberFiBu
Gets or sets period number fibu
Declaration
public int PeriodNumberFiBu { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PeriodNumberWaWi
Gets or sets period number wawi
Declaration
public int PeriodNumberWaWi { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PersonalAccountGLAGroupId
Gets or sets the personal account gla group id
Declaration
public Guid? PersonalAccountGLAGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
PlanningDate
Gets or sets the planning date
Declaration
public DateTime? PlanningDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
ProhibitTransferToAccounting
Gets or sets whether a transfer to accounting is prohibited.
Declaration
public bool ProhibitTransferToAccounting { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ReferenceNr
Gets or sets the reference nr
Declaration
public string ReferenceNr { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RepresentativeGroupId
Gets or sets the representative group id
Declaration
public Guid? RepresentativeGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
ResponsibleId
Gets or sets the responsible id
Declaration
public long? ResponsibleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Sign
Gets or sets the sign
Declaration
public int Sign { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SignedTotalPrice
Gets signed total price
Declaration
public PreciseDecimal SignedTotalPrice { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
SignedTotalPriceGross
Gets signed gross price
Declaration
public PreciseDecimal SignedTotalPriceGross { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
SignedTotalPriceNet
Gets signed net price
Declaration
public PreciseDecimal SignedTotalPriceNet { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
SignedTotalPriceTax
Gets signed total price tax
Declaration
public PreciseDecimal SignedTotalPriceTax { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
StandingOrderId
Gets or sets the standing order id
Declaration
public Guid? StandingOrderId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
State
Gets or sets the state
Declaration
public int State { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SubtypeId
Gets or sets the subtype id
Declaration
public Guid SubtypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TaxGroupGuid
Gets or sets the tax group guid
Declaration
public Guid? TaxGroupGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
TenantId
Gets or sets the tenant id
Declaration
public Guid TenantId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TermOfPaymentId
Gets or sets the term of payment id
Declaration
public Guid? TermOfPaymentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
TotalPrice
Gets or sets the total price
Declaration
public PreciseDecimal TotalPrice { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
TotalPriceGross
Gets or sets the total price gross
Declaration
public PreciseDecimal TotalPriceGross { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
TotalPriceNet
Gets or sets the total price net
Declaration
public PreciseDecimal TotalPriceNet { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
TotalPriceTax
Gets or sets the total price tax
Declaration
public PreciseDecimal TotalPriceTax { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
TransactionDate
Gets or sets the transaction date
Declaration
public DateTime TransactionDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
TransactionYear
Gets or sets the transaction year
Declaration
public ushort TransactionYear { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
TransactionYearWaWi
Gets or sets the transaction year wawi
Declaration
public int TransactionYearWaWi { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TypeId
Gets or sets the type id
Declaration
public Guid TypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
UpdateDate
Gets or sets the update date
Declaration
public DateTime UpdateDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
UpdateTime
Gets or sets the update time
Declaration
public TimeSpan UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
UpdateUserId
Gets or sets update user id
Declaration
public int UpdateUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UpdateUserName
Gets or sets updaate user name
Declaration
public string UpdateUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |