Interface OrderTotalRepositoryWriterInterface
Interface OrderTotalRepositoryWriterInterface
Direct known implementers
Package: Order\Interfaces
Category: System
Located at Services/Core/Order/Repositories/Writer/Interface/OrderTotalRepositoryWriterInterface.inc.php
Category: System
Located at Services/Core/Order/Repositories/Writer/Interface/OrderTotalRepositoryWriterInterface.inc.php
Methods summary
public
insertIntoOrder( IdType $orderId, OrderTotalInterface $orderTotal )
: integer
Inserts an order total item to an order by the given order ID.
public
update( StoredOrderTotalInterface $orderTotal )
: OrderTotalRepositoryWriterInterface
Updates the passed order total item.