AfterbuyOrderTrackingCode
in package
Class AfterbuyOrderTrackingCode
Table of Contents
- $orderId : OrderId
- $shippingMethod : string
- $trackingCode : string
- __construct() : mixed
- AfterbuyOrderTrackingCode constructor.
- orderId() : int
- shippingMethod() : string
- trackingCode() : string
Properties
$orderId
private
OrderId
$orderId
$shippingMethod
private
string
$shippingMethod
$trackingCode
private
string
$trackingCode
Methods
__construct()
AfterbuyOrderTrackingCode constructor.
public
__construct(OrderId $orderId, string $trackingCode, string $shippingMethod) : mixed
Parameters
- $orderId : OrderId
- $trackingCode : string
- $shippingMethod : string
Return values
mixed —orderId()
public
orderId() : int
Return values
int —shippingMethod()
public
shippingMethod() : string
Return values
string —trackingCode()
public
trackingCode() : string