Sha256: fd47de6c6b46f33c3fc4edf76f1320efa75da6d94f66a4f29559af81e391c938
Contents?: true
Size: 126 Bytes
Versions: 3
Compression:
Stored size: 126 Bytes
Contents
module Buckaruby module TransactionType PAYMENT = 1 PAYMENT_RECURRENT = 2 REFUND = 3 REVERSAL = 4 end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buckaruby-1.0.2 | lib/buckaruby/transaction_type.rb |
buckaruby-1.0.1 | lib/buckaruby/transaction_type.rb |
buckaruby-1.0.0 | lib/buckaruby/transaction_type.rb |