GraphQL ENUM

PurchaseSearchPaymentTypeCategoryEnum

link Definition

  • enum PurchaseSearchPaymentTypeCategoryEnum {
  • # Alipay
  • ALI
  • # Boleto Bancário
  • BOL
  • # iDEAL
  • IDE
  • # WebMoney
  • WMO
  • # Real-Time Banking Finland
  • IBF
  • # Real-Time Banking Sweden
  • IBS
  • # Prepayment
  • PPO
  • # Google Pay
  • GOO
  • # PayPal
  • PPL
  • # Credit card
  • CCA
  • # Debit card
  • DCA
  • # Wire transfer
  • WTR
  • # Check/Money order
  • CHK
  • # Cash
  • CAS
  • # Direct debit
  • DDB
  • # Konbini
  • KNB
  • # Klarna Pay Now
  • SUB
  • # PayPal
  • PPA
  • # Chinese debit card
  • GCH
  • # Klarna Pay Later
  • KLA
  • # Automated Clearing House
  • ACH
  • # Customer Payment Token
  • CPT
  • # PayNearMe
  • PNM
  • # Amazon Pay
  • AMZ
  • # Apple Pay
  • APP
  • }