public interface ScaPaymentService
| Modifier and Type | Method and Description |
|---|---|
BulkPaymentInitiationResponse |
createBulkPayment(BulkPayment bulkPayment,
TppInfo tppInfo,
PaymentProduct paymentProduct,
Xs2aPisConsent pisConsent) |
PeriodicPaymentInitiationResponse |
createPeriodicPayment(PeriodicPayment periodicPayment,
TppInfo tppInfo,
PaymentProduct paymentProduct,
Xs2aPisConsent pisConsent) |
SinglePaymentInitiationResponse |
createSinglePayment(SinglePayment singlePayment,
TppInfo tppInfo,
PaymentProduct paymentProduct,
Xs2aPisConsent pisConsent) |
SinglePaymentInitiationResponse createSinglePayment(SinglePayment singlePayment, TppInfo tppInfo, PaymentProduct paymentProduct, Xs2aPisConsent pisConsent)
PeriodicPaymentInitiationResponse createPeriodicPayment(PeriodicPayment periodicPayment, TppInfo tppInfo, PaymentProduct paymentProduct, Xs2aPisConsent pisConsent)
BulkPaymentInitiationResponse createBulkPayment(BulkPayment bulkPayment, TppInfo tppInfo, PaymentProduct paymentProduct, Xs2aPisConsent pisConsent)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.