.
Home  /  Use Case Diagram  / 

Pay Order Deagram

Home Requirements Use Case Diagram Activity Diagram Contact

Pay Order Description

< Back  |   Activity Diagram
Item Value
UseCase Pay Order
Summary Takes the payment details and allows the customer to pay for the order.

Actor Customer
Precondition A Place Order sequence must have been completed.


Postcondition The order can continue in the system.


Base Sequence
  1. select payment method
  2. type in:
    • required payment detail
  3. click "Next"
  4. presented with detailed payment description
  5. click "Confirm" of "Cancel"

if "Confirm":
  • An order is placed in the system.

if "Cancel":
  • The information is deleted and no order is placed.

The customer can at any time break the ordering process and the information is deleted.