Interface PriceImportRequest

All Superinterfaces:
ImportRequest
All Known Implementing Classes:
PriceImportRequestImpl

public interface PriceImportRequest extends ImportRequest

The request body to import Embedded Prices. Contains data for Embedded Prices to be created or updated in a Project.


Example to create an instance using the builder pattern

     PriceImportRequest priceImportRequest = PriceImportRequest.builder()
             .plusResources(resourcesBuilder -> resourcesBuilder)
             .build()