Interface StandalonePriceResourceIdentifier

All Superinterfaces:
ResourceIdentifier, WithKey

public interface StandalonePriceResourceIdentifier extends ResourceIdentifier

ResourceIdentifier to a StandalonePrice.


Example to create an instance using the builder pattern

     StandalonePriceResourceIdentifier standalonePriceResourceIdentifier = StandalonePriceResourceIdentifier.builder()
             .build()