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