BVBulkStoresResponse Class Reference
Inherits from | BVDisplayResultsResponse |
---|---|
Conforms to | * BVStore |
Declared in | BVBulkStoresResponse.h |
Overview
A response to a BVBulkStoresRequest
. Contains one or multiple (up to 20)
BVStore
objects in the results
array.
Contains other response information like the current index of pagination
(offset
property), and how many total results
are available (totalResults
property).