public class MerchantOption extends Object
| Constructor and Description |
|---|
MerchantOption(MerchantOptionType type,
String value)
Create merchant option.
|
| Modifier and Type | Method and Description |
|---|---|
MerchantOptionType |
getType()
Type of merchant option.
|
String |
getValue()
Option value.
|
public MerchantOption(MerchantOptionType type, String value)
public MerchantOptionType getType()
public String getValue()