GraphQL ENUM

ActivePaymentTypeEnum

link Definition

  • enum ActivePaymentTypeEnum {
  • # ACH Credit
  • ACH_CRE
  • # Alipay
  • ALI_STD
  • # Amazon Pay
  • AMZ_STD
  • # AmazonPay Billing Agreement
  • AMZ_BIL
  • # American Express
  • CCA_AMX
  • # Apple Pay
  • APP_STD
  • # Aura
  • CCA_AUR
  • # Boleto Bancário
  • BOL_STD
  • # Boleto Flash / PIX
  • BOL_FLA
  • # Carte Bancaire
  • DCA_CAR
  • # Check/Money order
  • CHK_STD
  • # Direct Debit BACS
  • DDB_BAC
  • # Discover
  • CCA_DIS
  • # Elo
  • CCA_ELO
  • # Google Pay
  • GOO_STD
  • # Hipercard
  • CCA_HIP
  • # iDEAL
  • IDE_STD
  • # JCB
  • CCA_JCB
  • # Klarna Pay Later
  • KLA_STD
  • # MasterCard
  • CCA_MAS
  • # Pay Now
  • SUB_STD
  • # PayNearMe
  • PNM_STD
  • # PayPal
  • PPA_STD
  • # PayPal billing agreement
  • PPA_PCA
  • # Pre-Paid PO
  • PPO_STD
  • # Real-Time Banking Finland
  • IBF_STD
  • # SEPA Direct debit
  • DDB_STD
  • # Visa
  • CCA_VIS
  • # Wire transfer
  • WTR_STD
  • # Wire transfer - Brazil
  • BRA_WTR
  • # Wire transfer - SEPA
  • SEP_WTR
  • }