Class: Remit::TransactionStatus

Inherits:
Object
  • Object
show all
Defined in:
lib/remit/data_types.rb

Constant Summary collapse

CANCELLED =

For IPN operations these strings are upcased. For Non-IPN operations they are not upcased

'Cancelled'
FAILURE =
'Failure'
PENDING =
'Pending'
RESERVED =
'Reserved'
SUCCESS =
'Success'