{
  "$id": "https://schema.nfh.global/PaymentTrigger/v2.0",
  "x-iri": "https://schema.nfh.global/PaymentTrigger/v2.0",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "description": "Describes when in the order lifecycle a payment flow should be triggered. Typically useful for initiating checkouts and settlement flows.",
  "title": "PaymentTrigger",
  "type": "string",
  "enum": [
    "PRE_ORDER",
    "PRE_FULFILLMENT",
    "ON_FULFILLMENT",
    "POST_FULFILLMENT"
  ],
  "x-tags": [
    "common"
  ]
}
