Class TransactionItemInputObject
Inheritance
Namespace: Simplic.ERP.Pricing
Assembly: Simplic.ERP.Pricing.dll
Syntax
public class TransactionItemInputObject : IInputObject
Properties
| Improve this Doc View SourceArticle
Gets or sets the Article
Declaration
public ArticleInputObject Article { get; set; }
Property Value
Type | Description |
---|---|
ArticleInputObject |
ArticleGLAId
Gets or sets the ArticlrGLAId
Declaration
public Guid? ArticleGLAId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
ArticleId
Gets or sets the ArticleId
Declaration
public Guid? ArticleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
CashDiscountGLAId
Gets or sets the CashDiscountGLAId
Declaration
public Guid? CashDiscountGLAId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Conditions
Gets or sets the Conditions
Declaration
public IList<Condition> Conditions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Condition> |
CurrentCondition
Gets or sets the CurrentCondition
Declaration
public Condition CurrentCondition { get; set; }
Property Value
Type | Description |
---|---|
Condition |
CustomVariableValues
Gets or sets the CustomVariableValues
Declaration
public IList<CustomVariableValue> CustomVariableValues { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<CustomVariableValue> |
DeliveryDate
Gets or sets the DeliveryDate
Declaration
public DateTime? DeliveryDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Discount
Gets or sets the Discount
Declaration
public double Discount { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ExternalGuidRef
Gets or sets the ExternalGuidRef
Declaration
public Guid ExternalGuidRef { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
FibuAccount
Gets or sets the FibuAccount
Declaration
public string FibuAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FinancialContactCity
Gets or sets the FinancialContactCity
Declaration
public string FinancialContactCity { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FinancialContactCountryIso
Gets or sets the FinancialContactCountryIso
Declaration
public string FinancialContactCountryIso { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FinancialContactName
Gets or sets the FinancialContactName
Declaration
public string FinancialContactName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FinancialContactNumber
Gets or sets the FinancialContactNumber
Declaration
public string FinancialContactNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FinancialContactStreet
Gets or sets the FinancialContactStreet
Declaration
public string FinancialContactStreet { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FinancialContactZipCode
Gets or sets the FinancialContactZipCode
Declaration
public string FinancialContactZipCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GeneralLedgerAccountId
Gets or sets the GeneralLedgerAccountId
Declaration
public Guid? GeneralLedgerAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
GlobalDiscount
Gets or sets the GlobalDiscount
Declaration
public double GlobalDiscount { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
GroupingKey
Gets or sets the GroupingKey
Declaration
public string GroupingKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsCashDiscountable
Gets or sets whether a cash discount is allowed
Declaration
public bool IsCashDiscountable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsValueOnlyArticle
Gets or sets whether this is a value only article
Declaration
public bool IsValueOnlyArticle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MatchCode
Gets or sets the MatchCode
Declaration
public string MatchCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Protocol
Gets or sets the Protocol
Declaration
public IList<ProtocolEntry> Protocol { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ProtocolEntry> |
Quantity
Gets or sets the Quantitiy
Declaration
public double Quantity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ReferenceContext
Gets the ReferenceContext
Declaration
public string ReferenceContext { get; }
Property Value
Type | Description |
---|---|
System.String |
ReferenceGuid
Gets or sets the ItemId / ReferenceGuid
Declaration
public Guid ReferenceGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
SingleValue
Gets or sets the SingleValue
Declaration
public double SingleValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SingleValueTax
Gets or sets the SingleValueTax
Declaration
public double SingleValueTax { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Surcharge
Gets or sets the Surcharge
Declaration
public double Surcharge { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TaxGLAId
Gets or sets the TaxGLAId
Declaration
public Guid? TaxGLAId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
TaxTypeId
Gets or sets the TaxTypeId
Declaration
public Guid? TaxTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Text
Gets or sets the Text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TotalValue
Gets or sets the TotalValue
Declaration
public double TotalValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TotalValueTax
Gets or sets the TotalValueTax
Declaration
public double TotalValueTax { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TransactionId
Gets or sets the TransactionId
Declaration
public Guid TransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TransactionNr
Gets or sets the TransactionNr
Declaration
public string TransactionNr { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TypeId
Gets or sets the TypeId
Declaration
public Guid TypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Weight
Gets or sets the Weight
Declaration
public double Weight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |