UpdateShippingAddressEvent
UpdateShippingAddressEvent.php
:
15
Extends Event
Methods¶
__construct()
¶
UpdateShippingAddressEvent.php
:
31
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$updatedShippingAddress | ShippingAddress | - | - |
$shippingAddress | ShippingAddress | - | - |
$shippingAddressUpdateStruct | ShippingAddressUpdateStruct | - | - |
$fieldIdentifiersToValidate | array<string|int, string>|null | null | - |
getFieldIdentifiersToValidate()
¶
UpdateShippingAddressEvent.php
:
61
|
|
Return values
array<string|int, string>|null
getShippingAddress()
¶
UpdateShippingAddressEvent.php
:
48
|
|
Return values
getShippingAddressUpdateStruct()
¶
UpdateShippingAddressEvent.php
:
53
|
|
Return values
getUpdatedShippingAddress()
¶
UpdateShippingAddressEvent.php
:
43
|
|