Options
All
  • Public
  • Public/Protected
  • All
Menu

Module PriceEntriesData

Index

Interfaces

Properties

Properties

Optional BlobID

BlobID: undefined | string

The blob that refers to the price entry data that was previously uploaded to a Blob in EVA. If left empty the inline data will be used.

The data in the blob must be in the following format:

[ { "ProductID": "", "Price": }, ... ]

Optional Prices

Prices: PriceEntryPrice[]

The inline data that will be used to create the price entries. If left empty the blob will be used.