Search Results for

    Show / Hide Table of Contents

    Class TransactionItemInputObject

    Inheritance
    System.Object
    TransactionItemInputObject
    Namespace: Simplic.ERP.Pricing
    Assembly: Simplic.ERP.Pricing.dll
    Syntax
    public class TransactionItemInputObject : IInputObject

    Properties

    | Improve this Doc View Source

    Article

    Gets or sets the Article

    Declaration
    public ArticleInputObject Article { get; set; }
    Property Value
    Type Description
    ArticleInputObject
    | Improve this Doc View Source

    ArticleGLAId

    Gets or sets the ArticlrGLAId

    Declaration
    public Guid? ArticleGLAId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    ArticleId

    Gets or sets the ArticleId

    Declaration
    public Guid? ArticleId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    CashDiscountGLAId

    Gets or sets the CashDiscountGLAId

    Declaration
    public Guid? CashDiscountGLAId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    Conditions

    Gets or sets the Conditions

    Declaration
    public IList<Condition> Conditions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<Condition>
    | Improve this Doc View Source

    CurrentCondition

    Gets or sets the CurrentCondition

    Declaration
    public Condition CurrentCondition { get; set; }
    Property Value
    Type Description
    Condition
    | Improve this Doc View Source

    CustomVariableValues

    Gets or sets the CustomVariableValues

    Declaration
    public IList<CustomVariableValue> CustomVariableValues { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<CustomVariableValue>
    | Improve this Doc View Source

    DeliveryDate

    Gets or sets the DeliveryDate

    Declaration
    public DateTime? DeliveryDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    | Improve this Doc View Source

    Discount

    Gets or sets the Discount

    Declaration
    public double Discount { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    ExternalGuidRef

    Gets or sets the ExternalGuidRef

    Declaration
    public Guid ExternalGuidRef { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    FibuAccount

    Gets or sets the FibuAccount

    Declaration
    public string FibuAccount { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FinancialContactCity

    Gets or sets the FinancialContactCity

    Declaration
    public string FinancialContactCity { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FinancialContactCountryIso

    Gets or sets the FinancialContactCountryIso

    Declaration
    public string FinancialContactCountryIso { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FinancialContactName

    Gets or sets the FinancialContactName

    Declaration
    public string FinancialContactName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FinancialContactNumber

    Gets or sets the FinancialContactNumber

    Declaration
    public string FinancialContactNumber { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FinancialContactStreet

    Gets or sets the FinancialContactStreet

    Declaration
    public string FinancialContactStreet { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FinancialContactZipCode

    Gets or sets the FinancialContactZipCode

    Declaration
    public string FinancialContactZipCode { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    GeneralLedgerAccountId

    Gets or sets the GeneralLedgerAccountId

    Declaration
    public Guid? GeneralLedgerAccountId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    GlobalDiscount

    Gets or sets the GlobalDiscount

    Declaration
    public double GlobalDiscount { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    GroupingKey

    Gets or sets the GroupingKey

    Declaration
    public string GroupingKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IsCashDiscountable

    Gets or sets whether a cash discount is allowed

    Declaration
    public bool IsCashDiscountable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsValueOnlyArticle

    Gets or sets whether this is a value only article

    Declaration
    public bool IsValueOnlyArticle { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    MatchCode

    Gets or sets the MatchCode

    Declaration
    public string MatchCode { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Protocol

    Gets or sets the Protocol

    Declaration
    public IList<ProtocolEntry> Protocol { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<ProtocolEntry>
    | Improve this Doc View Source

    Quantity

    Gets or sets the Quantitiy

    Declaration
    public double Quantity { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    ReferenceContext

    Gets the ReferenceContext

    Declaration
    public string ReferenceContext { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ReferenceGuid

    Gets or sets the ItemId / ReferenceGuid

    Declaration
    public Guid ReferenceGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    SingleValue

    Gets or sets the SingleValue

    Declaration
    public double SingleValue { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    SingleValueTax

    Gets or sets the SingleValueTax

    Declaration
    public double SingleValueTax { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Surcharge

    Gets or sets the Surcharge

    Declaration
    public double Surcharge { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    TaxGLAId

    Gets or sets the TaxGLAId

    Declaration
    public Guid? TaxGLAId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    TaxTypeId

    Gets or sets the TaxTypeId

    Declaration
    public Guid? TaxTypeId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    Text

    Gets or sets the Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TotalValue

    Gets or sets the TotalValue

    Declaration
    public double TotalValue { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    TotalValueTax

    Gets or sets the TotalValueTax

    Declaration
    public double TotalValueTax { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    TransactionId

    Gets or sets the TransactionId

    Declaration
    public Guid TransactionId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    TransactionNr

    Gets or sets the TransactionNr

    Declaration
    public string TransactionNr { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TypeId

    Gets or sets the TypeId

    Declaration
    public Guid TypeId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Weight

    Gets or sets the Weight

    Declaration
    public double Weight { get; set; }
    Property Value
    Type Description
    System.Double
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx