Interface CartDiscountRemoveStoreAction

All Superinterfaces:
CartDiscountUpdateAction, ResourceUpdateAction<CartDiscountUpdateAction>
All Known Implementing Classes:
CartDiscountRemoveStoreActionImpl

If a referenced Store does not exist, a ReferencedResourceNotFound error is returned.


Example to create an instance using the builder pattern

     CartDiscountRemoveStoreAction cartDiscountRemoveStoreAction = CartDiscountRemoveStoreAction.builder()
             .store(storeBuilder -> storeBuilder)
             .build()