ENUM

PaymentMethod

link GraphQL Schema definition

  • enum PaymentMethod {
  • DEBIT_CARD
  • CREDIT_CARD
  • TRANSFER
  • NONE
  • }