Returns a list of payment schedule schemes that match all the specified filter conditions. The list is sorted by id in descending order. Use limit and offset to paginate through the results.
Sample Request
List payment schedule schemes
Sample Result[JSON]
URL Format
GET https://[site].chargebee.com/api/v2/payment_schedule_schemes
Input Parameters
Filter Params
For operator usages, see the Pagination and Filtering section.
optional, timestamp(UTC) in seconds filter
To filter based on updated_at.
This attribute will be present only if the resource has been updated after 2016-09-28.
Supported operators :
after, before, on, between
Example → updated_at[after] = "1435054328"
Supported operators: after, before, on, between
Example →
1435054328Returns
next_ offset
optional, string, max chars=1000
This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter offset.
Payment schedule scheme object
Resource object representing payment_schedule_scheme