void applyPayment() { double price = /* some complex code to calculate the price, * apply individual discounts for the user, * apply taxes based on country */ //Some code to charge the price from the credit card. }