So i am creating a use case specification, I am just a bit confused, There is a vending machine which allows the actor to choose from two different payment methods, so actor can pay by card or pay by coin, is the following specification correct for this scenario?
1. Include [Payment Acceptance Use Case ID]
1.1 Actor Select Card to Pay with
1.1.1 Include [Pay By Card Use Case ID]
1.1.2 Actor enters card
1.1.3 System validates card
1.1.4 Drink is dispensed
1.2 Actor Selects Coins to pay with
1.2.1 Include [Pay By Coins Use Case ID]
1.2.2 Actor enters coins
1.2.3 Drink is dispensed
Does this use case specification justify the scenario that Actor has the choice to choose to pay with either card or coins is the use case specification saying that the Actor must pay by card first then pay by coins?