abstract class PaymentTypeAdapterUtil extends BaseAdapterUtil

Class PaymentTypeAdapterUtil contains list of constants which represents converters

Constants

BASE_CONVERTER_NAME

each adapter class MUST ends with this

PAYMENT_BACKEND_SAVE_PAYMENT_TYPE_JSON

PAYMENT_BACKEND_EDIT_PAYMENT_TYPE_JSON

PAYMENT_BACKEND_FOR_EDIT_PAYMENT_TYPE

PAYMENT_BACKEND_REMOVE_PAYMENT_TYPE

PAYMENT_BACKEND_ALL_JQGRID_PAYMENT_TYPE_JSON

PAYMENT_ALLSECURE

PAYMENT_ALLSECURE_RESPONSE_PAYMENT

PAYMENT_TERMS_CONVERTER

CHANGE_PAYMENT_TYPE_JSON

PAYMENT_TERMS_SAVE_JSON_CONVERTER

PAYMENT_ALLSECURE_PAYMENT

PAYMENT_NEST_PAY

PAYMENT_NEST_PAY_RESPONSE

Methods

static bool
isAcceptable(string $param)

No description

static array
getPossibleValues()

Gets an array of the possible values.

Details

in BaseAdapterUtil at line 31
static bool isAcceptable(string $param)

Parameters

string $param

Return Value

bool

Exceptions

ReflectionException

in BaseAdapterUtil at line 43
static protected array getPossibleValues()

Gets an array of the possible values.

Return Value

array

Exceptions

ReflectionException