{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/recurring-recurring-details-result-structure.json", "description": "RecurringDetailsResult schema from Adyen API", "type": "object", "properties": { "creationDate": { "description": "The date when the recurring details were created.", "type": "datetime" }, "details": { "description": "Payment details stored for recurring payments.", "items": { "$ref": "#/components/schemas/RecurringDetailWrapper" }, "type": "array" }, "lastKnownShopperEmail": { "description": "The most recent email for this shopper (if available).", "type": "string" }, "shopperReference": { "description": "The reference you use to uniquely identify the shopper (e.g. user ID or account ID).", "type": "string" } }, "name": "RecurringDetailsResult" }