OrderItemPropertyRepositoryDeleterInterface
in
Interface OrderItemPropertyRepositoryDeleterInterface
Tags
Table of Contents
- deletePropertiesByOrderItemId() : OrderItemPropertyRepositoryDeleterInterface
- Removes all properties from the order item by the given order item ID.
- deletePropertyById() : OrderItemPropertyRepositoryDeleterInterface
- Removes a property by the given order item property ID.
Methods
deletePropertiesByOrderItemId()
Removes all properties from the order item by the given order item ID.
public
deletePropertiesByOrderItemId(IdType $orderItemId) : OrderItemPropertyRepositoryDeleterInterface
Parameters
- $orderItemId : IdType
-
ID of the order item.
Return values
OrderItemPropertyRepositoryDeleterInterface —Same instance for method chaining.
deletePropertyById()
Removes a property by the given order item property ID.
public
deletePropertyById(IdType $orderItemPropertyId) : OrderItemPropertyRepositoryDeleterInterface
Parameters
- $orderItemPropertyId : IdType
-
ID of the order item property.
Return values
OrderItemPropertyRepositoryDeleterInterface —Same instance for method chaining.