openapi: 3.1.1
info:
  title: CheckoutTerminal
  version: 2.0.0
  description: The checkout terminal where the consumer makes the payment
  license:
    name: CC-BY-NC-SA 4.0 International
  contact:
    name: Beckn Labs
    url: https://beckn.io
components:
  schemas:
    CheckoutTerminal:
      x-iri: https://schema.nfh.global/CheckoutTerminal/v2.0
      description: The checkout terminal where the consumer makes the payment
      title: CheckoutTerminal
      type: string
      enum:
      - BAP_CHECKOUT
      - BPP_CHECKOUT
      - ESCROW_CHECKOUT_URL
      - PROVIDER_POS
      - FULFILLMENT_AGENT_POS
      x-tags:
      - common
