Class MerchantOption
A MerchantOption in the MerchantOptionList.
Inheritance
System.Object
MerchantOption
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class MerchantOption : object
Constructors
MerchantOption(MerchantOptionType, String)
Initializes a new instance of the Merchant
Declaration
public MerchantOption(MerchantOptionType type, string value)
Parameters
Type | Name | Description |
---|---|---|
Merchant |
type | The type. |
System. |
value | The value. |
Properties
MerchantOptionType
Declaration
public MerchantOptionType MerchantOptionType { get; }
Property Value
Type | Description |
---|---|
Merchant |
MerchantOptionValue
Declaration
public string MerchantOptionValue { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
ToString()
Declaration
public override String ToString()
Returns
Type | Description |
---|---|
String |