Configuration Paginated Get Card Order Item Response Structure
PaginatedGetCardOrderItemResponse schema from Adyen API
Type: objectProperties: 3Required: 3
PaymentsFinancial-ServicesFintech
PaginatedGetCardOrderItemResponse is a JSON Structure definition published by Adyen, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/configuration-paginated-get-card-order-item-response-structure.json",
"description": "PaginatedGetCardOrderItemResponse schema from Adyen API",
"type": "object",
"properties": {
"data": {
"description": "List of card order items in the card order batch.",
"items": {
"$ref": "#/components/schemas/CardOrderItem"
},
"type": "array"
},
"hasNext": {
"description": "Indicates whether there are more items on the next page.",
"type": "boolean"
},
"hasPrevious": {
"description": "Indicates whether there are more items on the previous page.",
"type": "boolean"
}
},
"required": [
"data",
"hasPrevious",
"hasNext"
],
"name": "PaginatedGetCardOrderItemResponse"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.