OrderEvent
class OrderEvent extends ActionEvent
Class OrderEvent
Methods
__construct(
Order $order)
No description
$this
setOrder(
Order $order)
No description
$this
setCartItemId(
int $cartItemId)
No description
int
getCartItemId()
No description
$this
setPlacedOrder(
Order $order)
No description
$this
setInvoiceAddress(
int $address)
No description
$this
setDeliveryAddress(
int $address)
No description
$this
setDeliveryModule(
int $module)
No description
$this
setPaymentModule(
int $module)
No description
$this
setPostage(
double $postage)
No description
$this
setRef(
string $ref)
No description
$this
setStatus(
int $status)
No description
$this
setDeliveryRef(
string $deliveryRef)
No description
getPlacedOrder()
No description
null|int
getInvoiceAddress()
No description
null|int
getDeliveryAddress()
No description
null|int
getDeliveryModule()
No description
null|int
getPaymentModule()
No description
null|double
getPostage()
No description
null|string
getRef()
No description
null|int
getStatus()
No description
null|string
getDeliveryRef()
No description
$this
setResponse(
Response $response)
No description
Response
getResponse()
No description
bool
hasResponse()
No description
null
getPostageTax()
No description
$this
setPostageTax(
null $postageTax)
No description
null
getPostageTaxRuleTitle()
No description
$this
setPostageTaxRuleTitle(
null $postageTaxRuleTitle)
No description