-
- All Implemented Interfaces:
public interface ChargeMethodsCreated by i.golovachev
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceChargeMethods.Result
-
Method Summary
Modifier and Type Method Description abstract InitResponseinit(PaymentOptions paymentOptions, String email, String rejectedPaymentId)abstract ChargeMethods.Resultcharge(Long paymentId, String rebillId)abstract CardgetCardByRebillId(String rebillId, PaymentOptions paymentOptions)-
-
Method Detail
-
init
abstract InitResponse init(PaymentOptions paymentOptions, String email, String rejectedPaymentId)
-
charge
abstract ChargeMethods.Result charge(Long paymentId, String rebillId)
-
getCardByRebillId
abstract Card getCardByRebillId(String rebillId, PaymentOptions paymentOptions)
-
-
-
-