Interface ProductDiscountValueExternalDraft

All Superinterfaces:
Draft<ProductDiscountValueExternalDraft>, ProductDiscountValueDraft

public interface ProductDiscountValueExternalDraft extends ProductDiscountValueDraft, Draft<ProductDiscountValueExternalDraft>

Discounts the Product Price by allowing the client to explicitly set a discounted value. Use this when setting discounts using an external service.


Example to create an instance using the builder pattern

     ProductDiscountValueExternalDraft productDiscountValueExternalDraft = ProductDiscountValueExternalDraft.builder()
             .build()