PurchaseOrdersResponse

currentPageToken
string

The page token the client provided to get the current page of results

Array of objects (PurchaseOrder)
nextPageToken
string

The page token the client can provide to get the next page of results

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