PAYMENT_METHOD_ID:
  description: The unique id for the payment method (AMEX, MasterCard, VISA etc.)
  type: integer
  enum:
    - 100 # PAYMENT_CARD
    - 101 # AMEX
    - 102 # DANKORT
    - 103 # VISA_DANKORT
    - 104 # DINERS_CLUB
    - 105 # DISCOVER
    - 106 # JCB
    - 107 # MAESTRO
    - 108 # MASTERCARD
    - 109 # VISA
    - 110 # VISA_ELECTRON
    - 111 # ELO
    - 112 # HIPERCARD
    - 200 # SAVED_CARD
    - 201 # CONSUMER_WALLET
    - 202 # MOBILEPAY_ONLINE
    - 203 # GOOGLE_PAY
    - 204 # APPLE_PAY
    - 301 # PIX
    - 400 # PAYMENT_TERMINAL
  x-enum-varnames:
    - PAYMENT_CARD
    - AMEX
    - DANKORT
    - VISA_DANKORT
    - DINERS_CLUB
    - DISCOVER
    - JCB
    - MAESTRO
    - MASTERCARD
    - VISA
    - VISA_ELECTRON
    - ELO
    - HIPERCARD
    - SAVED_CARD
    - CONSUMER_WALLET
    - MOBILEPAY_ONLINE
    - GOOGLE_PAY
    - APPLE_PAY
    - PIX
    - PAYMENT_TERMINAL
  x-enum-descriptions:
    - Online payment (Card Not Present) with a generic payment card such as a VISA or MasterCard
    - Charge or credit card powered by the global Amercan Express scheme
    - Local Danish card scheme
    - Local Danish card scheme which can be authorized as a VISA card
    - Credit card powered by the global Diners Club scheme
    - Credit or debit card powered by the global Discover scheme
    - Credit card powered by the global Japan Credit Bureau scheme
    - Debit card scheme owned by MasterCard
    - Credit or debit card powered by the global MasterCard scheme
    - Credit or debit card powered by the global VISA scheme
    - Debit card powered by the global VISA scheme
    - Credit or debit card powered by the local ELO scheme in Brazil
    - Credit card powered by the local Hipercard scheme in Brazil
    - Payment card saved and tokenized in Transpayrent's secure vault
    - Payment instrument exposed using Transpayrent's consumer wallet and saved in Transpayrent's secure vault using tokenization
    - Payment card retrieved from MobilePay Online, a Danish Wallet
    - Payment card retrieved from Google Pay
    - Payment card retrieved from Apple Pay
    - PIX is a bank transfer payment method, built and owned by Brazil's Central Bank and linked to over 700 Brazilian financial institutions
    - Card Present payment processed via a payment terminal
  example: 103