public interface ScaPaymentService
| Modifier and Type | Method and Description |
|---|---|
List<PaymentInitialisationResponse> |
createBulkPayment(List<SinglePayment> payments,
TppInfo tppInfo,
String paymentProduct) |
PaymentInitialisationResponse |
createPeriodicPayment(PeriodicPayment periodicPayment,
TppInfo tppInfo,
String paymentProduct) |
PaymentInitialisationResponse |
createSinglePayment(SinglePayment singlePayment,
TppInfo tppInfo,
String paymentProduct) |
PaymentInitialisationResponse createPeriodicPayment(PeriodicPayment periodicPayment, TppInfo tppInfo, String paymentProduct)
List<PaymentInitialisationResponse> createBulkPayment(List<SinglePayment> payments, TppInfo tppInfo, String paymentProduct)
PaymentInitialisationResponse createSinglePayment(SinglePayment singlePayment, TppInfo tppInfo, String paymentProduct)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.