Class ReceiptItems
Class ReceiptItems.
Inheritance
System.Object
ReceiptItems
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class ReceiptItems
Constructors
ReceiptItems(ReceiptType, List<ReceiptItem>)
Declaration
public ReceiptItems(ReceiptType receiptType, List<ReceiptItem> receiptItem)
Parameters
| Type | Name | Description |
|---|---|---|
| ReceiptType | receiptType | |
| System.Collections.Generic.List<ReceiptItem> | receiptItem |
Properties
ReceiptItem
Declaration
public List<ReceiptItem> ReceiptItem { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<ReceiptItem> |
ReceiptType
Declaration
public ReceiptType ReceiptType { get; }
Property Value
| Type | Description |
|---|---|
| ReceiptType |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()