class ProcessorPaymentProcessType (View source)

Constants

TRANSACTIONAL

Transactional payment process type will require an OTP code to validate the payment

PUSH

Non Transactional payment process type, send Push notifications to client device to validate payments

VALUES

List of Processor Payment Process Types values

STRING_VALUES

List of Processor Payment Process Types values as string

Methods

static string
processType(string $type)

Query for the value of a payment process type

static string
processTypeString(int $type)

Query for the string value of a payment process type

Details

static string processType(string $type)

Query for the value of a payment process type

Parameters

string $type

Return Value

string

static string processTypeString(int $type)

Query for the string value of a payment process type

Parameters

int $type

Return Value

string