Interface PROSCommerceProductRefundTypeStrategy
- All Known Implementing Classes:
DefaultPROSFullyRefundableCommerceAncillaryBaggageProductsStrategy
public interface PROSCommerceProductRefundTypeStrategy
The Pros Commerce Product Refund Type interface to create an ancillary change fee for a Commerce Ancillary/Baggage product by
refund type.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateCommerceAncillaryChangeFee(CartModel cartModel, AbstractOrderEntryModel orderEntryModel) This method creates an ancillaryChangeFee basing on the refund type of the Commerce Ancillary/Baggage product.
-
Method Details
-
createCommerceAncillaryChangeFee
This method creates an ancillaryChangeFee basing on the refund type of the Commerce Ancillary/Baggage product.- Parameters:
cartModel- the cart modelorderEntryModel- the order entry
-