Interface OrderTotalRepositoryWriterInterface

Interface OrderTotalRepositoryWriterInterface

Direct known implementers

OrderTotalRepositoryWriter

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.