ProductPriceAdapterInterface
in
Interface ProductPriceAdapterInterface
Tags
Table of Contents
- reader() : ProductPriceReaderInterface
- Returns an instance that can fetch product price data from a storage.
- writer() : ProductPriceWriterInterface
- Returns an instance that can write product price data to a storage.
Methods
reader()
Returns an instance that can fetch product price data from a storage.
public
reader() : ProductPriceReaderInterface
Return values
ProductPriceReaderInterface —writer()
Returns an instance that can write product price data to a storage.
public
writer() : ProductPriceWriterInterface