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 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 |
---|---|
String |