Interface ProductDiscountValueExternalDraft

All Superinterfaces:
io.vrap.rmf.base.client.Draft<ProductDiscountValueExternalDraft>, ProductDiscountValueDraft
All Known Implementing Classes:
ProductDiscountValueExternalDraftImpl

public interface ProductDiscountValueExternalDraft extends ProductDiscountValueDraft, io.vrap.rmf.base.client.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()