ENUM

NonPaymentMethodPaymentType

A type of Payment that can only be made without using a payment method (like a credit card, or bank account.)

link GraphQL Schema definition

  • enum NonPaymentMethodPaymentType {
  • # Cash
  • CASH
  • # Wire
  • WIRE
  • # Check
  • CHECK
  • # Other
  • OTHER
  • # PayPal
  • PAYPAL
  • }