Class OrderShippingType

Class OrderShippingType

OrderShippingType implements OrderShippingTypeInterface

Methods summary

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

OrderShippingType constructor.

public getTitle( void ) : string

Returns the order shipping type title.

public getModule( void ) : string

Returns the order shipping type module.

public getAlias( void ) : string

Returns the order payment type alias.

Properties summary

protected $title : string

Shipping type title.

''
protected $module : string

Shipping type module.

''
protected $alias : string

Payment type alias.

''