Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 1.81 KB

ProductRatePlanPaymentsResultPagedMetadata.md

File metadata and controls

14 lines (11 loc) · 1.81 KB

Bfwd::ProductRatePlanPaymentsResultPagedMetadata

Properties

Name Type Description Notes
next_page String {"description":"Paging parameter. URL fragment that can be used to fetch next page of results.","verbs":["GET","PUT","POST"]}
current_page Integer {"description":"Paging parameter. 0-indexed. Describes which page (given a page size of `recordsRequested`) of the result set you are viewing.","verbs":["GET","PUT","POST"]}
current_offset Integer {"description":"Paging parameter. 0-indexed. Describes your current location within a pageable list of query results.","verbs":["GET","PUT","POST"]}
records_requested Integer {"default":10,"description":"Paging parameter. Describes how many records you requested.","verbs":["GET","PUT","POST"]}
records_returned Integer {"description":"Describes how many records were returned by your query.","verbs":["GET","PUT","POST"]}
execution_time Integer {"description":"Number of milliseconds taken by API to calculate response.","verbs":["GET","PUT","POST"]}
results Array<BillingEntityBase> {&quot;description&quot;:&quot;The results returned by your query.&quot;,&quot;verbs&quot;:[&quot;GET&quot;,&quot;PUT&quot;,&quot;POST&quot;]}