Class PrintOptionList
List of Print Options as PrintOption
Inheritance
System.Object
PrintOptionList
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 PrintOptionList
Constructors
PrintOptionList()
Declaration
public PrintOptionList()
Properties
Cardholder
Declaration
public PrintOption Cardholder { get; set; }
Property Value
Type | Description |
---|---|
PrintOption |
Merchant
Declaration
public PrintOption Merchant { get; set; }
Property Value
Type | Description |
---|---|
PrintOption |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()