Interface OrderItemPropertyRepositoryDeleterInterface

Interface OrderItemPropertyRepositoryDeleterInterface

Direct known implementers

OrderItemPropertyRepositoryDeleter

Methods summary

public deletePropertyById( IdType $orderItemPropertyId ) : OrderItemPropertyRepositoryDeleterInterface

Removes a property by the given order item property ID.

public deletePropertiesByOrderItemId( IdType $orderItemId ) : OrderItemPropertyRepositoryDeleterInterface

Removes all properties from the order item by the given order item ID.