Class MerchantOption
A MerchantOption in the MerchantOptionList.
Inheritance
System.Object
MerchantOption
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 MerchantOption
Constructors
MerchantOption(MerchantOptionType, String)
Initializes a new instance of the MerchantOption class.
Declaration
public MerchantOption(MerchantOptionType type, string value)
Parameters
Type | Name | Description |
---|---|---|
MerchantOptionType | type | The type. |
System.String | value | The value. |
Properties
MerchantOptionType
Declaration
public MerchantOptionType MerchantOptionType { get; }
Property Value
Type | Description |
---|---|
MerchantOptionType |
MerchantOptionValue
Declaration
public string MerchantOptionValue { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()