Interface ProductDiscountResourceIdentifier

All Superinterfaces:
Identifiable<ProductDiscount>, ResourceIdentifier, WithKey
All Known Implementing Classes:
ProductDiscountResourceIdentifierImpl

ResourceIdentifier to a ProductDiscount.


Example to create an instance using the builder pattern

     ProductDiscountResourceIdentifier productDiscountResourceIdentifier = ProductDiscountResourceIdentifier.builder()
             .build()