Package com.six.timapi
Class MerchantOption
- java.lang.Object
-
- com.six.timapi.MerchantOption
-
public class MerchantOption extends Object
Merchant option. Immutable class
-
-
Constructor Summary
Constructors Constructor Description MerchantOption(MerchantOptionType type, String value)
Create merchant option.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MerchantOptionType
getType()
Type of merchant option.String
getValue()
Option value.String
toString()
String representation.
-
-
-
Constructor Detail
-
MerchantOption
public MerchantOption(MerchantOptionType type, String value)
Create merchant option.
-
-
Method Detail
-
getType
public MerchantOptionType getType()
Type of merchant option.
-
getValue
public String getValue()
Option value.
-
-