Search Results for

    Show / Hide Table of Contents

    Class BillingConfiguration

    Inheritance
    System.Object
    BillingConfiguration
    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: Simplic.Logistics
    Assembly: Simplic.Logistics.dll
    Syntax
    public class BillingConfiguration

    Properties

    | Improve this Doc View Source

    BillingLineTemplates

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

    CarrierCreditSubtypes

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

    CarrierInvoiceSubtypes

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

    CustomerCreditSubtypes

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

    CustomerInvoiceSubtypes

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

    TaxTypeId

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