Interface CreatePaymentTransactionSrategy
- All Known Implementing Classes:
DefaultNDCCreatePaymentTransactionStrategy
public interface CreatePaymentTransactionSrategy
Creates payment transactions
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreate(AbstractOrderModel order, List<AbstractOrderEntryModel> orderEntries, IATAOrderChangeRQ orderChangeRQ) Create payment transactions.
-
Method Details
-
create
void create(AbstractOrderModel order, List<AbstractOrderEntryModel> orderEntries, IATAOrderChangeRQ orderChangeRQ) throws NDCException Create payment transactions.- Parameters:
order- the orderorderEntries- the order entriesorderChangeRQ- the order change rq- Throws:
NDCException
-