Guest User

Untitled

a guest
Nov 14th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. Holo Fuel Bi-Directional&
  2. Spender
  3. Settled*
  4. payment -> Await Invoice
  5. invoice -> Validate Invoice
  6. Await Invoice
  7. deadline -> Settled
  8. reject -> Settled
  9. invoice -> Validate Invoice
  10. Validate Invoice
  11. deadline -> Settled
  12. decline -> Settled
  13. cheque payable -> Await Receipt
  14. Await Receipt
  15. deadline -> Recover Funds
  16. receipt -> Settled
  17. Recover Funds
  18. reduce payable -> Settled
  19.  
  20. Recipient
  21. Ready
  22. payment -> Validate Payment
  23. invoice link -> Ready
  24. cheque payable -> Validate Cheque
  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 -> Ready
  36. reject -> Ready
Add Comment
Please, Sign In to add comment