Interface CartDiscountAddStoreAction

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

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


Example to create an instance using the builder pattern

     CartDiscountAddStoreAction cartDiscountAddStoreAction = CartDiscountAddStoreAction.builder()
             .store(storeBuilder -> storeBuilder)
             .build()