OrderItemAttributeRepositoryDeleterInterface
in
Interface OrderItemAttributeRepositoryDeleterInterface
Tags
Table of Contents
- deleteAttributeById() : OrderItemAttributeRepositoryDeleterInterface
- Removes an attribute by the given order item attribute ID.
- deleteAttributesByOrderItemId() : OrderItemAttributeRepositoryDeleterInterface
- Removes all attributes from the order item by the given order item ID.
Methods
deleteAttributeById()
Removes an attribute by the given order item attribute ID.
public
deleteAttributeById(IdType $orderItemAttributeId) : OrderItemAttributeRepositoryDeleterInterface
Parameters
- $orderItemAttributeId : IdType
-
ID of the order item attribute.
Return values
OrderItemAttributeRepositoryDeleterInterface —Same instance for method chaining.
deleteAttributesByOrderItemId()
Removes all attributes from the order item by the given order item ID.
public
deleteAttributesByOrderItemId(IdType $orderItemId) : OrderItemAttributeRepositoryDeleterInterface
Parameters
- $orderItemId : IdType
-
ID of the order item.
Return values
OrderItemAttributeRepositoryDeleterInterface —Same instance for method chaining.