package com.captaindebug.payment; public interface PaymentMethod { public boolean pay(double amount); }