Class: Payr::Bill

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/payr/bill.rb

Constant Summary collapse

UNPROCESSED =
"unprocessed"
"paid"
REFUSED =
"refused"
CANCELLED =
"cancelled"
SIGN_ERROR =
"bad_signature"
NO_ERROR =
"00000"