Package com.uca.bookings
Interface PaymentMethod
-
public interface PaymentMethodInterface déclarant les opérations possibles pour les moyens de paiement.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcharge(org.joda.money.Money amount)PaymentMethodhide()voidrefund(org.joda.money.Money amount)
-
-
-
Method Detail
-
charge
void charge(org.joda.money.Money amount)
-
refund
void refund(org.joda.money.Money amount)
-
hide
PaymentMethod hide()
-
-