@Service public class OauthScaPaymentService extends Object implements ScaPaymentService
| Constructor and Description |
|---|
OauthScaPaymentService() |
| Modifier and Type | Method and Description |
|---|---|
BulkPaymentInitiationResponse |
createBulkPayment(BulkPayment bulkPayment,
TppInfo tppInfo,
String paymentProduct,
PsuIdData psuIdData) |
PeriodicPaymentInitiationResponse |
createPeriodicPayment(PeriodicPayment periodicPayment,
TppInfo tppInfo,
String paymentProduct,
PsuIdData psuIdData) |
SinglePaymentInitiationResponse |
createSinglePayment(SinglePayment singlePayment,
TppInfo tppInfo,
String paymentProduct,
PsuIdData psuIdData) |
public SinglePaymentInitiationResponse createSinglePayment(SinglePayment singlePayment, TppInfo tppInfo, String paymentProduct, PsuIdData psuIdData)
createSinglePayment in interface ScaPaymentServicepublic PeriodicPaymentInitiationResponse createPeriodicPayment(PeriodicPayment periodicPayment, TppInfo tppInfo, String paymentProduct, PsuIdData psuIdData)
createPeriodicPayment in interface ScaPaymentServicepublic BulkPaymentInitiationResponse createBulkPayment(BulkPayment bulkPayment, TppInfo tppInfo, String paymentProduct, PsuIdData psuIdData)
createBulkPayment in interface ScaPaymentServiceCopyright © 2019. All rights reserved.