module Buckaruby module TransactionStatus SUCCESS = 1 FAILED = 2 REJECTED = 3 CANCELLED = 4 PENDING = 5 end end