GastonFontenla

Untitled

May 24th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.18 KB | None | 0 0
  1.     public enum TransactionState
  2.         {
  3.         Generated = 0,
  4.         Pending = 1,
  5.         Approved = 2,
  6.         Available = 3,
  7.         Canceled = 4,
  8.         ChargedBack = 5
  9.     }
Advertisement
Add Comment
Please, Sign In to add comment