Interface StandalonePriceImportRequest

All Superinterfaces:
ImportRequest
All Known Implementing Classes:
StandalonePriceImportRequestImpl

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


Example to create an instance using the builder pattern

     StandalonePriceImportRequest standalonePriceImportRequest = StandalonePriceImportRequest.builder()
             .plusResources(resourcesBuilder -> resourcesBuilder)
             .build()