Class OrderPaymentType

Class OrderPaymentType

OrderPaymentType implements OrderPaymentTypeInterface

Methods summary

public __construct( StringType $title, StringType $module, StringType $alias = null )

OrderPaymentType constructor

public getTitle( void ) : string

Returns the order payment type title.

public getModule( void ) : string

Returns the order payment type module.

public getAlias( void ) : string

Returns the order payment type alias.

public getPaymentClass( void ) : string

Returns the order payment class name.

Properties summary

protected $title : string

Payment type title.

''
protected $module : string

Payment type module.

''
protected $alias : string

Payment type alias.

''
protected $paymentClass : string

Payment class name.

''