ENUM

TransactionType

A type of transaction.

link GraphQL Schema definition

  • enum TransactionType {
  • # Debit.
  • DEBIT
  • # Discount.
  • DISCOUNT
  • # Payment.
  • PAYMENT
  • }