# frozen_string_literal: true module Buckaruby module TransactionType PAYMENT = 1 PAYMENT_RECURRENT = 2 REFUND = 3 REVERSAL = 4 end end