Adyen · Schema

LoyaltyHandling

PaymentsFinancial ServicesFintech
View JSON Schema on GitHub

JSON Schema

adyen-loyaltyhandling-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LoyaltyHandling",
  "title": "LoyaltyHandling",
  "type": "string",
  "enum": [
    "Allowed",
    "Forbidden",
    "Processed",
    "Proposed",
    "Required"
  ]
}