Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. public enum PkiTemplates {
  2. BusinessHealth = 1
  3. }
  4.  
  5. public enum CreditCardAction {
  6. Credit = 1,
  7. Sale = 2,
  8. Verify = 3,
  9. Void = 4
  10. }
  11.  
  12. public enum TransactionStatus {
  13. Pending = 3,
  14. AppointmentStage = 4,
  15. Canceled = 5,
  16. Closed = 7,
  17. UnderContract = 9,
  18. FutureBusiness = 10
  19. }
  20.  
  21. public enum ActivityStatus {
  22. Todo = 11,
  23. NA = 13,
  24. InProgress = 14,
  25. Completed = 15
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement