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   | |
| nextPageToken | string A string that identifies the following page of response data. If   | 
{- "nextPageToken": "string",
 - "data": [
- {
- "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
 - "multiLocationId": "string",
 - "target": { },
 - "owner": { },
 - "name": "string",
 - "basePrice": "string",
 - "pricingStrategy": "string",
 - "minPrice": "string",
 - "maxPrice": "string"
 
} 
] 
}