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 SourceBillingLineTemplates
Declaration
public IList<BillingLineTemplate> BillingLineTemplates { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<BillingLineTemplate> |
CarrierCreditSubtypes
Declaration
public IList<Guid> CarrierCreditSubtypes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Guid> |
CarrierInvoiceSubtypes
Declaration
public IList<Guid> CarrierInvoiceSubtypes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Guid> |
CustomerCreditSubtypes
Declaration
public IList<Guid> CustomerCreditSubtypes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Guid> |
CustomerInvoiceSubtypes
Declaration
public IList<Guid> CustomerInvoiceSubtypes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Guid> |
TaxTypeId
Declaration
public Guid TaxTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |