Class SourceOrder
Inheritance
System.Object
SourceOrder
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class SourceOrder : Object
Constructors
SourceOrder()
Declaration
Properties
Amount
Declaration
public float Amount { get; set; }
Property Value
Type |
Description |
System.Single |
|
AssociateId
Declaration
public int AssociateId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AssociateName
Declaration
public string AssociateName { get; set; }
Property Value
Type |
Description |
System.String |
|
BackOfficeId
Declaration
public string BackOfficeId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Comment { get; set; }
Property Value
Type |
Description |
System.String |
|
OptionId
Declaration
public string OptionId { get; set; }
Property Value
Type |
Description |
System.String |
|
OrderNumber
Declaration
public int OrderNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OrderNumberReference
Declaration
public string OrderNumberReference { get; set; }
Property Value
Type |
Description |
System.String |
|
PayGroup
Declaration
public string PayGroup { get; set; }
Property Value
Type |
Description |
System.String |
|
Volume
Declaration
public double Volume { get; set; }
Property Value
Type |
Description |
System.Double |
|