PriceLevelVersions

A wrapper object containing paginated sets of response data. The data value in this object is an array of PriceLevelVersion objects that contain information about the price level versions that match the search criteria. The PriceLevelVersion objects are returned in sets of up to 500.

Array of objects (PriceLevelVersion)

An array of PriceLevelVersion objects for the price level versions that match the search criteria.

nextPageToken
string

A string that identifies the following page of response data. If nextPageToken is null, there is no following page of response data.

{
  • "nextPageToken": "string",
  • "data": [
    ]
}