Home
last modified time | relevance | path

Searched refs:OrderInvoiceAddressForViewing (Results 1 – 4 of 4) sorted by relevance

/dports/finance/prestashop/prestashop/src/Core/Domain/Order/QueryResult/
H A DOrderForViewing.php52 * @var OrderInvoiceAddressForViewing
219 * @param OrderInvoiceAddressForViewing $invoiceAddress
254 OrderInvoiceAddressForViewing $invoiceAddress,
375 * @return OrderInvoiceAddressForViewing
377 public function getInvoiceAddress(): OrderInvoiceAddressForViewing
H A DOrderInvoiceAddressForViewing.php32 OrderInvoiceAddressForViewing::class,
42 class OrderInvoiceAddressForViewing class
H A DOrderShippingAddressForViewing.php32 OrderInvoiceAddressForViewing::class,
/dports/finance/prestashop/prestashop/src/Adapter/Order/QueryHandler/
H A DGetOrderForViewingHandler.php69 use PrestaShop\PrestaShop\Core\Domain\Order\QueryResult\OrderInvoiceAddressForViewing; alias
234 …private function getOrderCustomer(Order $order, OrderInvoiceAddressForViewing $invoiceAddress): Or…
313 * @return OrderInvoiceAddressForViewing
315 private function getOrderInvoiceAddress(Order $order): OrderInvoiceAddressForViewing
329 return new OrderInvoiceAddressForViewing(
858 * @param OrderInvoiceAddressForViewing $invoiceAddress Invoice address information
862 …private function buildFakeCustomerObject(Order $order, OrderInvoiceAddressForViewing $invoiceAddre…