Adyen · Schema

RecurringDetailWrapper

PaymentsFinancial ServicesFintech

Properties

Name Type Description
RecurringDetail object
View JSON Schema on GitHub

JSON Schema

adyen-recurringdetailwrapper-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RecurringDetailWrapper",
  "title": "RecurringDetailWrapper",
  "properties": {
    "RecurringDetail": {
      "$ref": "#/components/schemas/RecurringDetail"
    }
  }
}