public interface SecureOrderPaymentService
| Modifier and Type | Method and Description |
|---|---|
Referenced |
create(PaymentType paymentType) |
void |
findAndRemoveSecurePaymentInfo(String referenceNumber,
PaymentType paymentType) |
Referenced |
findSecurePaymentInfo(String referenceNumber,
PaymentType paymentType) |
void |
remove(Referenced securePayment) |
Referenced |
save(Referenced securePayment) |
Referenced findSecurePaymentInfo(String referenceNumber, PaymentType paymentType) throws PaymentException
PaymentExceptionReferenced save(Referenced securePayment)
Referenced create(PaymentType paymentType)
void remove(Referenced securePayment)
void findAndRemoveSecurePaymentInfo(String referenceNumber, PaymentType paymentType) throws PaymentException
PaymentExceptionCopyright © 2017. All rights reserved.