public interface PaymentService
Modifier and Type | Method and Description |
---|---|
PaymentResponse |
createPayment(PaymentRequest molliePaymentRequest,
java.lang.String API_Key) |
ListPayment |
listPayments(java.lang.String API_Key) |
PaymentResponse createPayment(PaymentRequest molliePaymentRequest, java.lang.String API_Key) throws MollieException
MollieException
ListPayment listPayments(java.lang.String API_Key) throws MollieException
MollieException