OrderShippingType

Implements \OrderShippingTypeInterface

Class OrderShippingType

category

System

package

Order

subpackage

Entities

Methods

OrderShippingType constructor.

__construct(\StringType $title, \StringType $module, \StringType|null $alias = null) 

Arguments

$title

\StringType

Order shipping type title.

$module

\StringType

Order shipping type module.

$alias

\StringType|null

Order shipping type alias.

Returns the order payment type alias.

getAlias() : string

Response

string

Returns the order shipping type module.

getModule() : string

Response

string

Order shipping type module.

Returns the order shipping type title.

getTitle() : string

Response

string

Order shipping type title.

Properties

Shipping type title.

title : string
var

Type(s)

string

Shipping type module.

module : string
var

Type(s)

string

Payment type alias.

alias : string
var

Type(s)

string