Guest User

Untitled

a guest
Nov 14th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. Holo Fuel&
  2. Spender
  3. Settled*
  4. payment -> Await Invoice
  5. Await Invoice
  6. deadline -> Settled
  7. reject -> Settled
  8. invoice -> Validate Invoice
  9. Validate Invoice
  10. deadline -> Settled
  11. decline -> Settled
  12. cheque payable -> Await Receipt
  13. Await Receipt
  14. deadline -> Recover Funds
  15. receipt -> Settlement
  16. reject -> Recover Funds
  17. Recover Funds
  18. reduce payable -> Settled
  19. Settlement
  20. adjust balance -> Settled
  21.  
  22. Recipient
  23. Ready*
  24. payment -> Validate Payment
  25. Validate Payment
  26. deadline -> Ready
  27. reject -> Ready
  28. invoice -> Await Cheque
  29. Await Cheque
  30. deadline -> Ready
  31. decline -> Ready
  32. cheque payable -> Validate Cheque
  33. Validate Cheque
  34. deadline -> Ready
  35. receipt -> Acceptance
  36. reject -> Ready
  37. Acceptance
  38. adjust balance -> Ready
Add Comment
Please, Sign In to add comment