Interface ProductSetPriceKeyAction

All Superinterfaces:
ProductUpdateAction, ResourceUpdateAction<ProductUpdateAction>
All Known Implementing Classes:
ProductSetPriceKeyActionImpl

Sets the key of an Embedded Price. Produces the ProductPriceKeySet Message.


Example to create an instance using the builder pattern

     ProductSetPriceKeyAction productSetPriceKeyAction = ProductSetPriceKeyAction.builder()
             .priceId("{priceId}")
             .build()