Guest User

Untitled

a guest
Nov 18th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Table Order
  2. OrderId / OrderNumber / CustomerID / TotalAmount / CompanyId
  3. 998 / AA-22-ER / 11 / 99$ / 2
  4.  
  5. Table OrderItem
  6. OrderId / ProductId / UnitPrice / Quantity / Created
  7. 998 / 89 / 70$ / 1 / 2017-09-17
  8. 998 / 29 / 29$ / 1 / 2017-09-17
  9.  
  10. Table Transaction
  11. TransactionID / OrderID / Status / Amount / Created
  12. 129 / 998 / P / 99$ / 2017-09-17 ==> OneShot + First Recurring Payment
  13. 345 / 998 / P / 29$ / 2017-10-17 ==> recurring payment
  14. 523 / 998 / P / 29$ / 2017-11-17 ==> recurring payment
Add Comment
Please, Sign In to add comment