Class BillingReceipt
Inheritance
System.Object
BillingReceipt
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()
Assembly: Simplic.Logistics.dll
Syntax
public class BillingReceipt
Properties
|
Improve this Doc
View Source
AdditionalGroupingKey
Declaration
public string AdditionalGroupingKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DeliveryDate
Declaration
public DateTime DeliveryDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PersonalAccountId
Declaration
public Guid? PersonalAccountId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
ReferenceNumber
Declaration
public string ReferenceNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
State
Declaration
public string State { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Surcharge
Declaration
public double Surcharge { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
SurchargeText
Declaration
public string SurchargeText { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SurchargeType
Declaration
public int SurchargeType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TransactionDate
Declaration
public DateTime TransactionDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
TransactionGuid
Declaration
public Guid? TransactionGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
TransactionSubtype
Declaration
public Guid? TransactionSubtype { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
UserId
Declaration
public int? UserId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|