Class: MerchantOption

timapi.MerchantOption(type, value)

Merchant option. Immutable class

Overview

Members-Overview

Methods-Overview

Constructor

new MerchantOption(type, value)

Create merchant option
Parameters:
Name Type Description
type timapi.constants.MerchantOptionType Merchant option type
value String Option value

Member-List

type :timapi.constants.MerchantOptionType

Type of merchant option.

value :String

Option value.

Methods

toString() → {String}

String representation for debugging purpose.
Returns:
String representation

Type: String