Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Only Java This is a single question. Use case name: Make Order Request Summary: Customer enters an order request to purchase a catalog item. The
Only Java
This is a single question.
Use case name: Make Order Request Summary: Customer enters an order request to purchase a catalog item. The customer's credit card is checked for validity and sufficient credit to pay for the requested catalog tems. Actor: Customer, Bank ondition: Customer has selected a catalog item. Main sequence: 1. Customer provides order request and customer account Id/password to pay for purchase 2. System retrieves the customer's credit card number from the customer account. 3. System requests to a bank checking the customer's credit card for the purchase amount and, if approved, Bank creates a credit card purchase authorization number. 4. System creates a delivery order containing account Id, item, quantity, total price, and credit card authorization number, and store the delivery order. 5. System confirms approval of purchase and displays order information to customerStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started